Integration test, SimpleClient bundle
[openflowjava.git] / openflow-protocol-impl / pom.xml
index 0179a7d393e7c486b5e7a18126306ee28d6d435b..bd9a6a081d7e6470a0079c4dbf8c26d725fe914b 100644 (file)
                         <Bundle-Activator>
                           org.opendaylight.openflowjava.protocol.impl.connection.Activator
                         </Bundle-Activator>
+                        <Export-Package>org.opendaylight.openflowjava.protocol.impl.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                          <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
         </plugins>
     </build>
     
@@ -56,7 +46,6 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
-            <version>4.0.8.Final</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -71,7 +60,6 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>14.0.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -82,6 +70,7 @@
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <version>1.9.5</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>