File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ dependencies {
91
91
api(" org.apache.activemq:activemq-kahadb-store:5.16.2" )
92
92
api(" org.apache.activemq:activemq-stomp:5.16.2" )
93
93
api(" org.apache.commons:commons-pool2:2.9.0" )
94
- api(" org.apache.derby:derby:10.14.2.0" )
95
- api(" org.apache.derby:derbyclient:10.14.2.0" )
94
+ api(" org.apache.derby:derby:10.16.1.1" )
95
+ api(" org.apache.derby:derbyclient:10.16.1.1" )
96
+ api(" org.apache.derby:derbytools:10.16.1.1" )
96
97
api(" org.apache.httpcomponents.client5:httpclient5:5.1.3" )
97
98
api(" org.apache.httpcomponents.core5:httpcore5-reactive:5.1.3" )
98
99
api(" org.apache.poi:poi-ooxml:5.2.2" )
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dependencies {
12
12
optional(" com.h2database:h2" )
13
13
optional(" org.apache.derby:derby" )
14
14
optional(" org.apache.derby:derbyclient" )
15
+ optional(" org.apache.derby:derbytools" )
15
16
optional(" org.jetbrains.kotlin:kotlin-reflect" )
16
17
optional(" org.jetbrains.kotlin:kotlin-stdlib" )
17
18
testImplementation(testFixtures(project(" :spring-beans" )))
You can’t perform that action at this time.
0 commit comments