Removed unnecessary maven plugin config

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1704481 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jpa-blueprint/pom.xml b/jpa-blueprint/pom.xml
index 7ba9dbb..99b792d 100644
--- a/jpa-blueprint/pom.xml
+++ b/jpa-blueprint/pom.xml
@@ -55,17 +55,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Bundle-Activator>${classes;IMPLEMENTS;org.osgi.framework.BundleActivator}</Bundle-Activator>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>