Remove unused utils.config from neutronvpn 66/51366/3
authorSam Hague <shague@redhat.com>
Thu, 2 Feb 2017 20:31:13 +0000 (15:31 -0500)
committerSam Hague <shague@redhat.com>
Fri, 3 Feb 2017 01:24:11 +0000 (01:24 +0000)
Change-Id: I8c42dc22036af45f4f3e90780e9ef72081eb3914
Signed-off-by: Sam Hague <shague@redhat.com>
vpnservice/neutronvpn/neutronvpn-impl/pom.xml

index 6b663b5fb430bbfb8d7174dab2543773c1724317..d0dad8e9279d38ab4b3d4862ec6ee5007867b255 100644 (file)
@@ -90,11 +90,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>utils.southbound-utils</artifactId>
       <version>${vpns.ovsdb.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>utils.config</artifactId>
-      <version>${vpns.ovsdb.version}</version>
-    </dependency>
   </dependencies>
 
   <!--
@@ -115,14 +110,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <instructions>
-            <Embed-Dependency>utils.config;type=!pom;inline=false</Embed-Dependency>
-            <Embed-Transitive>true</Embed-Transitive>
-          </instructions>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
         </configuration>
       </plugin>
       <plugin>