Fix pom file for cfm app
Change-Id: I74f2a8e6e995e1846c3c452e160078819c3335df
diff --git a/apps/cfm/pom.xml b/apps/cfm/pom.xml
index 9036ba1..2e2437f 100644
--- a/apps/cfm/pom.xml
+++ b/apps/cfm/pom.xml
@@ -101,24 +101,4 @@
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <_wab>src/main/webapp/</_wab>
- <Include-Resource>WEB-INF/classes/apidoc/swagger.json=target/swagger.json,
- {maven-resources}</Include-Resource>
- <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
- <Import-Package>*,org.glassfish.jersey.servlet</Import-Package>
- <Web-ContextPath>${web.context}</Web-ContextPath>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>