Adopt akka-2.6.x
[neutron.git] / parent / pom.xml
index 984375ebf71f8e90cf52b96630d957faae79a58f..9f445039d0baeddba9e5c55853e507c0c162ced7 100644 (file)
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.3</version>
+    <version>7.0.5</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.neutron</groupId>
   <artifactId>project-neutron-parent</artifactId>
-  <version>0.13.0-SNAPSHOT</version>
+  <version>0.16.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
       <dependency>
         <groupId>org.opendaylight.infrautils</groupId>
         <artifactId>infrautils-artifacts</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.9.5</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
-        <artifactId>mdsal-artifacts</artifactId>
-        <version>1.10.0-SNAPSHOT</version>
+        <artifactId>controller-artifacts</artifactId>
+        <version>3.0.6</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
          <groupId>org.eclipse.persistence</groupId>
          <artifactId>org.eclipse.persistence.moxy</artifactId>
-         <!-- This is the same version (of EclipseLink) currently used in odlparent (4.0.2);
-              we just have to repeat it here because, apparently, Maven is too dumb to inherit
-              the version from a dependencyManagement in a parent POM to the dependencyManagement here.
-              (The alternative to repeat the exclusion below in each Neutron project is much worse.) -->
-         <version>2.7.3</version>
+         <version>2.7.7</version>
          <exclusions>
            <exclusion>
              <groupId>javax.json</groupId>
         <!-- do not touch this version, see above -->
         <version>1.0.4</version>
       </dependency>
+      <dependency>
+        <groupId>javax.validation</groupId>
+        <artifactId>validation-api</artifactId>
+        <version>1.1.0.Final</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>