Skip to content

Commit 054e2e5

Browse files
Update pom.xml
1 parent 76cce84 commit 054e2e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

mef-nrp-api/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,29 @@
184184
<artifactId>jersey-media-multipart</artifactId>
185185
</dependency>
186186

187+
<!-- New dependencies for onos 2.7.0 compatibility -->
188+
<dependency>
189+
<groupId>javax.xml.bind</groupId>
190+
<artifactId>jaxb-api</artifactId>
191+
<version>2.2.11</version>
192+
</dependency>
193+
<dependency>
194+
<groupId>com.sun.xml.bind</groupId>
195+
<artifactId>jaxb-core</artifactId>
196+
<version>2.2.11</version>
197+
</dependency>
198+
<dependency>
199+
<groupId>com.sun.xml.bind</groupId>
200+
<artifactId>jaxb-impl</artifactId>
201+
<version>2.3.3</version>
202+
</dependency>
203+
<dependency>
204+
<groupId>javax.activation</groupId>
205+
<artifactId>activation</artifactId>
206+
<version>1.1.1</version>
207+
</dependency>
208+
209+
187210
<!-- End of extra dependencies due to MEF NRP API code -->
188211

189212
</dependencies>

0 commit comments

Comments
 (0)