summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-14 08:20:10 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-14 09:58:33 +0300
commit829c9d725630f2e1f89c2526a4d9f9add1d43731 (patch)
treef08736eae92457a00cf3d3a6acca49cb5dd0bd50 /pom.xml
parentcaf41dbac44b53c475e20ccc621c80c754033df9 (diff)
downloadvaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.tar.gz
vaadin-framework-829c9d725630f2e1f89c2526a4d9f9add1d43731.zip
Fix bnd warnings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6b9f18526c..befbd43efe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,6 +522,11 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>3.3.0</version>
+ </plugin>
</plugins>
</pluginManagement>