Merge topic 'jaxb_junit_testing'
authorEd Warnicke <eaw@cisco.com>
Fri, 27 Mar 2015 15:22:43 +0000 (15:22 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 27 Mar 2015 15:22:43 +0000 (15:22 +0000)
* changes:
  Add JAXB JUnit testing for Neutron Floating IPs
  Add Junit testing of JAXB for Neutron FWaaS objects

1  2 
neutron-spi/pom.xml

index 60d346aebf29e3856abb4c388e2146c93259e9ce,f80f13257d8ae24cb7fa6cf0ccdb68c6fe805561..b7a9ab2086772f112956e4c103a02a4166556871
        <artifactId>slf4j-api</artifactId>
      </dependency>
      <dependency>
 -       <groupId>junit</groupId>
 -       <artifactId>junit</artifactId>
 -       <scope>test</scope>
 +      <groupId>junit</groupId>
 +      <artifactId>junit</artifactId>
 +      <scope>test</scope>
      </dependency>
+     <dependency>
+        <groupId>com.sun.jersey</groupId>
+        <artifactId>jersey-json</artifactId>
+        <version>1.19</version>
+        <scope>test</scope>
+     </dependency>
    </dependencies>
    <build>
      <plugins>