File tree Expand file tree Collapse file tree
org.eclipse.paho.client.mqttv3.test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments