Skip to content

Commit 7b44945

Browse files
author
Ian Craggs
committed
Add java.xml.bind dependencies for later Java versions
1 parent ae15261 commit 7b44945

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

org.eclipse.paho.client.mqttv3.test/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,17 @@
9393
<groupId>junit</groupId>
9494
<artifactId>junit</artifactId>
9595
</dependency>
96+
97+
<dependency>
98+
<groupId>javax.xml.bind</groupId>
99+
<artifactId>jaxb-api</artifactId>
100+
<version>2.3.1</version>
101+
</dependency>
102+
<dependency>
103+
<groupId>org.glassfish.jaxb</groupId>
104+
<artifactId>jaxb-runtime</artifactId>
105+
<version>2.3.1</version>
106+
<scope>runtime</scope>
107+
</dependency>
96108
</dependencies>
97109
</project>

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@
7373
<version>${junit.version}</version>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>javax.xml.bind</groupId>
78+
<artifactId>jaxb-api</artifactId>
79+
<version>2.3.1</version>
80+
</dependency>
81+
<dependency>
82+
<groupId>org.glassfish.jaxb</groupId>
83+
<artifactId>jaxb-runtime</artifactId>
84+
<version>2.3.1</version>
85+
<scope>runtime</scope>
86+
</dependency>
7687
</dependencies>
7788
</dependencyManagement>
7889

0 commit comments

Comments
 (0)