Skip to content

Commit 4b6af2e

Browse files
committed
Merge branch 'hotfix/JDK'
2 parents e3fd82c + 72db8e2 commit 4b6af2e

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

Binding-Core/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,28 @@
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>

euroCRIS-cerif-definitions/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@
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>

0 commit comments

Comments
 (0)