summaryrefslogtreecommitdiffstats
path: root/compatibility-shared/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-shared/pom.xml')
-rw-r--r--compatibility-shared/pom.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/compatibility-shared/pom.xml b/compatibility-shared/pom.xml
index 00f92ec9c5..d17cc5253a 100644
--- a/compatibility-shared/pom.xml
+++ b/compatibility-shared/pom.xml
@@ -42,32 +42,10 @@
</execution>
</executions>
</plugin>
-
<plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <instructions>
- <Bundle-RequiredExecutionEnvironment>${osgi.execution.environment}</Bundle-RequiredExecutionEnvironment>
- <Bundle-Version>${osgi.bundle.version}</Bundle-Version>
- <Export-Package>com.vaadin.*;version="${osgi.bundle.version}"</Export-Package>
- <Require-Bundle>
- com.vaadin.shared;bundle-version="${osgi.bundle.version}"
- </Require-Bundle>
- </instructions>
- </configuration>
- <executions>
- <execution>
- <id>bundle-manifest</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>manifest</goal>
- </goals>
- </execution>
- </executions>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>bnd-maven-plugin</artifactId>
</plugin>
-
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>