File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 184
184
<artifactId >jersey-media-multipart</artifactId >
185
185
</dependency >
186
186
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
+
187
209
<!-- End of extra dependencies due to MEF SCA API code -->
188
210
189
211
</dependencies >
You can’t perform that action at this time.
0 commit comments