Skip to content

Commit e98d4c5

Browse files
gavinkingsebersole
authored andcommitted
remove obsolete lines from settings.gradle
1 parent b05e2f5 commit e98d4c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)