Do not use blueprint-maven-plugin in of-switch-config-pusher
[openflowplugin.git] / applications / of-switch-config-pusher / pom.xml
index 69050ba06d1c6fd1248d553de65ce5e33aed0318..4e2ca70e3fe1e4fcec5ebb09f9ec95dfd4fc2b0a 100644 (file)
             <artifactId>javax.annotation-api</artifactId>
             <optional>true</optional>
         </dependency>
-        <dependency>
-            <groupId>org.apache.aries.blueprint</groupId>
-            <artifactId>blueprint-maven-plugin-annotation</artifactId>
-            <optional>true</optional>
-        </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.aries.blueprint</groupId>
-                <artifactId>blueprint-maven-plugin</artifactId>
-                <configuration>
-                    <scanPaths>
-                        <scanPath>org.opendaylight.openflowplugin.openflow.ofswitch.config</scanPath>
-                    </scanPaths>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>