summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-22 11:15:36 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-22 11:15:36 +0000
commit42f8cc14db290d132d3cc566b6a762815c20e2a6 (patch)
tree41a0f1441e0727df9047fb87e5e332f3056e821d /pom.xml
parentc01dab23f28165116dab3da5e4da47f77fab7e0f (diff)
Use latest felix 4.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a74c30310f9..c62b8163519 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.4.0</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -772,7 +772,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>4.2.1</version>
+ <version>4.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
@@ -782,7 +782,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
- <version>4.2.1</version>
+ <version>4.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>