File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ dependencyResolutionManagement {
149149 def jsonbRuntimeVersion = version " jsonbRuntime" , " 3.0.4"
150150 def jtaVersion = version " jta" , " 2.0.1"
151151 def validationVersion = version " validation" , " 3.1.1"
152- def xjcVersion = version " jaxbRuntime" , jaxbRuntimeVersion
153152
154153 library( " jpa" , " jakarta.persistence" , " jakarta.persistence-api" ). versionRef( jpaVersion )
155154 library( " jta" , " jakarta.transaction" , " jakarta.transaction-api" ). versionRef( jtaVersion )
@@ -222,7 +221,6 @@ dependencyResolutionManagement {
222221 def h2Version = version " h2" , overrideableVersion( " gradle.libs.versions.h2" , " 2.4.240" )
223222
224223 def db2Version = version " db2" , " 12.1.3.0"
225- // Latest Derby version 10.16.1.1 only supports JDK 17+, but 10.15.2 should be compatible
226224 def derbyVersion = version " derby" , overrideableVersion( " gradle.libs.versions.derby" , " 10.17.1.0" )
227225 def firebirdVersion = version " firebird" , " 6.0.3"
228226 def hanaVersion = version " hana" , " 2.26.11"
You can’t perform that action at this time.
0 commit comments