File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55dependencies {
66 compile ' org.slf4j:slf4j-api:2.0.17'
77 compile ' ch.qos.logback:logback-classic:1.3.16'
8+ compile group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.1'
89
910 testCompile ' junit:junit:4.13.2'
1011 testCompile ' org.mockito:mockito-core:4.11.0'
Original file line number Diff line number Diff line change 4646 </distributionManagement >
4747
4848 <dependencies >
49+ <dependency >
50+ <groupId >javax.xml.bind</groupId >
51+ <artifactId >jaxb-api</artifactId >
52+ <version >2.3.1</version >
53+ </dependency >
54+
4955 <!-- Logging -->
5056 <dependency >
5157 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 44
55dependencies {
66 compile project(' :ocpp16' )
7- compile group : ' javax.xml.bind' , name : ' jaxb-api' , version : ' 2.3.1'
87 compile group : ' javax.xml.soap' , name : ' javax.xml.soap-api' , version : ' 1.4.0'
98
109 testCompile ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 5252 <artifactId >ocpp16</artifactId >
5353 <version >2.0.0</version >
5454 </dependency >
55- <dependency >
56- <groupId >javax.xml.bind</groupId >
57- <artifactId >jaxb-api</artifactId >
58- <version >2.3.1</version >
59- </dependency >
6055 <dependency >
6156 <groupId >javax.xml.soap</groupId >
6257 <artifactId >javax.xml.soap-api</artifactId >
You can’t perform that action at this time.
0 commit comments