Clean up pom files.
[ovsdb.git] / features / ovs-sfc / pom.xml
index b6ce99067db81aadc62a14bc4cfb68c1910b5c12..978de63b05f9898a86e184d6342425ac027848da 100644 (file)
@@ -1,60 +1,32 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ /*
-  ~ * Copyright (C) 2014 Red Hat, Inc.
-  ~ *
-  ~ * This program and the accompanying materials are made available under the
-  ~ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
-  ~ * and is available at http://www.eclipse.org/legal/epl-v10.html
-  ~ *
-  ~ * Authors : Sam Hague
-  ~ */
-  -->
+Copyright (C) 2014 Red Hat, Inc. and others. All rights reserved.
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License v1.0 which accompanies this distribution,
+and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
     <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../commons/parent</relativePath>
   </parent>
+
   <artifactId>features-ovs-sfc</artifactId>
-  <name>OpenDaylight OVSDB OVS Service Function Chaining Karaf Features</name>
   <version>0.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
+
   <properties>
     <features.file>features.xml</features.file>
   </properties>
+
   <dependencies>
-    <dependency>
-      <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>features-openflow-nxm</artifactId>
-      <version>${openflowplugin.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>features-ovsdb</artifactId>
-      <version>${ovsdb.library.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-      </dependency>
-    <dependency>
-      <groupId>org.opendaylight.sfc</groupId>
-      <artifactId>features-sfc</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>features-adsal-compatibility</artifactId>
-      <version>${odl.karaf.base.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>features-test</artifactId>
       <artifactId>opendaylight-karaf-empty</artifactId>
       <type>zip</type>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>plugin</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.ovsdb</groupId>
-      <artifactId>ovssfc</artifactId>
-    </dependency>
   </dependencies>
+
   <build>
     <resources>
       <resource>
       </plugin>
     </plugins>
   </build>
-  <scm>
-    <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
-    <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
-    <tag>HEAD</tag>
-    <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
-   </scm>
 </project>