File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
spring-boot-autoconfigure Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,7 @@ dependencies {
142
142
optional(" org.infinispan:infinispan-jcache" )
143
143
optional(" org.infinispan:infinispan-spring6-embedded" )
144
144
optional(" org.influxdb:influxdb-java" )
145
- optional(" org.jooq:jooq" ) {
146
- exclude group : " javax.xml.bind" , module : " jaxb-api"
147
- }
145
+ optional(" org.jooq:jooq" )
148
146
optional(" org.liquibase:liquibase-core" ) {
149
147
exclude group : " javax.xml.bind" , module : " jaxb-api"
150
148
}
Original file line number Diff line number Diff line change @@ -118,9 +118,7 @@ dependencies {
118
118
exclude group : " xml-apis" , module : " xml-apis"
119
119
}
120
120
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
121
- implementation(" org.jooq:jooq" ) {
122
- exclude group : " javax.xml.bind" , module : " jaxb-api"
123
- }
121
+ implementation(" org.jooq:jooq" )
124
122
implementation(" org.mockito:mockito-core" )
125
123
implementation(" org.mongodb:mongodb-driver-sync" )
126
124
implementation(" org.postgresql:r2dbc-postgresql" )
Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ dependencies {
68
68
optional(" org.hamcrest:hamcrest-library" )
69
69
optional(" org.hibernate.orm:hibernate-core" )
70
70
optional(" org.hibernate.validator:hibernate-validator" )
71
- optional(" org.jooq:jooq" ) {
72
- exclude(group : " javax.xml.bind" , module : " jaxb-api" )
73
- }
71
+ optional(" org.jooq:jooq" )
74
72
optional(" org.liquibase:liquibase-core" ) {
75
73
exclude(group : " javax.xml.bind" , module : " jaxb-api" )
76
74
}
You can’t perform that action at this time.
0 commit comments