Revert "bump EclipseLink Moxy JAXB implementation from 2.6.2 to 2.7.1"
[neutron.git] / parent / pom.xml
index d7f1f45593e6edc468eba537772ec80d43de6bba..74683753d63184e556b448aa5d5adf9af4dec26e 100644 (file)
         <type>pom</type>
         <scope>import</scope>
       </dependency>
-
-      <!-- Bump EclipseLink Moxy JAXB implementation to a higher version than the one we get from odlparent
-           until https://git.opendaylight.org/gerrit/#/c/70716/ is merged, an odlparent with it is release and this project bumped to it;
-           TODO then remove this again.
-
-           This was done in the hope it may help with the weird spurious test failures seen in NEUTRON-159.
-
-           NB odl-neutron-northbound-api has identical version bumps, and must be kept in sync with this.
-       -->
-      <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>
   </dependencyManagement>