Separating renderers into features.
[groupbasedpolicy.git] / groupbasedpolicy / pom.xml
index 179ead266ec02fe51b4136ac0aa6f4a58084c637..5b54cda6266f322c37d2ba6270d74c77e421d007 100644 (file)
   <packaging>bundle</packaging>
 
   <properties>
-    <openflowplugin-nicira.version>0.1.0-SNAPSHOT</openflowplugin-nicira.version>
   </properties>
 
   <dependencies>
-   <dependency>
-    <groupId>net.juniper.contrail</groupId>
-    <artifactId>juniper-contrail-api</artifactId>
-    <version>1.2</version>
-    </dependency>
-    <dependency>
-     <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpcore</artifactId>
-       <version>4.3.2</version>
-      </dependency>
-      <dependency>
-     <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <version>4.3.2</version>
-     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-common</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.openflowplugin</groupId>
-      <artifactId>openflowplugin-extension-nicira</artifactId>
-      <version>${openflowplugin-nicira.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.osgi</groupId>
       <artifactId>org.osgi.core</artifactId>
       <version>1.9.5</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-module-junit4</artifactId>
-      <version>1.5.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.powermock</groupId>
-      <artifactId>powermock-api-mockito</artifactId>
-      <version>1.5.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.sfc</groupId>
-      <artifactId>sfc-model</artifactId>
-      <version>${sfc.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.sfc</groupId>
-      <artifactId>sfc-provider</artifactId>
-      <version>${sfc.version}</version>
-    </dependency>
   </dependencies>
 
   <!-- project build -->
              org.opendaylight.controller.config.yang.config.endpoint_provider,
              org.opendaylight.groupbasedpolicy.endpoint,
              org.opendaylight.groupbasedpolicy.resolver,
-             net.juniper.contrail.api.*;version="1.2"
+             org.opendaylight.groupbasedpolicy.util,
            </Export-Package>
           </instructions>
           <manifestLocation>${project.basedir}/META-INF</manifestLocation>