bump EclipseLink Moxy JAXB implementation from 2.6.2 to 2.7.1
[neutron.git] / features / production / odl-neutron-northbound-api / pom.xml
index a38afed2fbeb55083c0f35c993a28914b4f69c2b..ad6dfd84f8db21e5e4f27c9686f5f5c2da16745d 100644 (file)
@@ -46,6 +46,7 @@
             <artifactId>northbound-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+
         <!-- because the REST API classes @Inject @OsgiService INeutronCRUD dependencies,
              we do need a dependency to the implementation of those INeutronCRUDs in transcriber;
              otherwise this feature would not work standalone, and SFT will fail. -->
             <artifactId>transcriber</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <!-- See, and keep this in sync with, project-neutron-parent -->
+        <dependency>
+          <groupId>org.eclipse.persistence</groupId>
+          <artifactId>org.eclipse.persistence.antlr</artifactId>
+          <version>2.7.1</version>
+        </dependency>
+        <dependency>
+          <groupId>org.eclipse.persistence</groupId>
+          <artifactId>org.eclipse.persistence.core</artifactId>
+          <version>2.7.1</version>
+        </dependency>
+        <dependency>
+          <groupId>org.eclipse.persistence</groupId>
+          <artifactId>org.eclipse.persistence.moxy</artifactId>
+          <version>2.7.1</version>
+        </dependency>
      </dependencies>
 </project>