Revert "bump EclipseLink Moxy JAXB implementation from 2.6.2 to 2.7.1"
[neutron.git] / features / production / odl-neutron-northbound-api / pom.xml
index 56ff4e6310b4367617a4bc81cbfe67d7e5fed904..46501ecb5318bdc4d6305fe0c97ed778e41135d3 100644 (file)
@@ -53,7 +53,6 @@
             <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>