Add dependency on javax.validation validation-api 56/37556/2
authorRyan Goulding <ryandgoulding@gmail.com>
Wed, 13 Apr 2016 15:35:36 +0000 (11:35 -0400)
committerRyan Goulding <ryandgoulding@gmail.com>
Thu, 14 Apr 2016 14:03:45 +0000 (10:03 -0400)
In order to upgrade to org.eclipse.persistence to 2.6.0+ in odlparent,
downstream consumers must include the dependency on javax.validation
validation-api version 1.1.0.Final as described here:

http://stackoverflow.com/questions/28568154/
how-to-get-eclipselink-2-6-0-m3-working-with-jersey-1-18-3

The work to upgrade odlparent's moxy version is included in this patch:
https://git.opendaylight.org/gerrit/#/c/37541/

Change-Id: I808f90066189852300e38df6b50daf55d5c3aab2
Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
features/production/pom.xml
neutron-spi/pom.xml
northbound-api/pom.xml

index a5397fbde85da4fecf816c1148a35c57cbc58902..bf80d690840fd87ff1c56d0e327b2f628cda8b31 100644 (file)
     <dependency>
         <groupId>javax.validation</groupId>
         <artifactId>validation-api</artifactId>
-        <version>1.1.0.Final</version>
     </dependency>
     <dependency>
       <groupId>commons-net</groupId>
index d3b1a4910d35bb1d7316670ff108942818ad539d..5a91e71cb815ac75c291fb9f42745cde844f925c 100644 (file)
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>javax.validation</groupId>
+      <artifactId>validation-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>org.eclipse.persistence.antlr</artifactId>
index 03d12e6787dfe6462e1d2740f24d16c99b607423..2b504f6b37793d3ff5b60aace16ee273022f99b6 100644 (file)
@@ -39,7 +39,6 @@
     <dependency>
         <groupId>javax.validation</groupId>
         <artifactId>validation-api</artifactId>
-        <version>1.1.0.Final</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>