File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed
euroCRIS-cerif-definitions Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 3636 <groupId >org.apache.logging.log4j</groupId >
3737 <artifactId >log4j-api</artifactId >
3838 </dependency >
39+
40+ <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
41+ <dependency >
42+ <groupId >javax.xml.bind</groupId >
43+ <artifactId >jaxb-api</artifactId >
44+ <version >2.3.1</version >
45+ </dependency >
46+
47+ <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
48+ <dependency >
49+ <groupId >com.sun.xml.bind</groupId >
50+ <artifactId >jaxb-core</artifactId >
51+ <version >2.3.0.1</version >
52+ </dependency >
53+
54+ <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
55+ <dependency >
56+ <groupId >com.sun.xml.bind</groupId >
57+ <artifactId >jaxb-impl</artifactId >
58+ <version >2.3.2</version >
59+ </dependency >
60+
3961 </dependencies >
4062
4163 <build >
Original file line number Diff line number Diff line change 2121 <groupId >junit</groupId >
2222 <artifactId >junit</artifactId >
2323 </dependency >
24+
25+ <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
26+ <dependency >
27+ <groupId >javax.xml.bind</groupId >
28+ <artifactId >jaxb-api</artifactId >
29+ <version >2.3.1</version >
30+ </dependency >
31+
32+ <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-core -->
33+ <dependency >
34+ <groupId >com.sun.xml.bind</groupId >
35+ <artifactId >jaxb-core</artifactId >
36+ <version >2.3.0.1</version >
37+ </dependency >
38+
39+ <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
40+ <dependency >
41+ <groupId >com.sun.xml.bind</groupId >
42+ <artifactId >jaxb-impl</artifactId >
43+ <version >2.3.2</version >
44+ </dependency >
45+
2446 </dependencies >
2547 <!-- To use the plugin goals in your POM or parent POM -->
2648 <build >
You can’t perform that action at this time.
0 commit comments