File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 60
60
<commons-pool .version>1.6</commons-pool .version>
61
61
<commons-pool2 .version>2.2</commons-pool2 .version>
62
62
<crashub .version>1.3.1</crashub .version>
63
+ <derby .version>10.10.2.0</derby .version>
63
64
<dropwizard-metrics .version>3.1.0</dropwizard-metrics .version>
64
65
<flyway .version>3.1</flyway .version>
65
66
<freemarker .version>2.3.21</freemarker .version>
684
685
<artifactId >commons-pool2</artifactId >
685
686
<version >${commons-pool2.version} </version >
686
687
</dependency >
688
+ <dependency >
689
+ <groupId >org.apache.derby</groupId >
690
+ <artifactId >derby</artifactId >
691
+ <version >${derby.version} </version >
692
+ </dependency >
687
693
<dependency >
688
694
<groupId >org.apache.httpcomponents</groupId >
689
695
<artifactId >httpasyncclient</artifactId >
You can’t perform that action at this time.
0 commit comments