summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-09-27 15:47:38 +0200
committergjoranv <gv@oath.com>2019-01-21 15:09:22 +0100
commitedb174ba4ecf6dd0073acb3dcc8af1e2bc8cc057 (patch)
tree043be8a022501ae9f5036f0afc4f713ff3348f0b /jdisc_core/pom.xml
parentffe19b0058149235b9d00ef52a29e0c17f2f9e17 (diff)
Upgrade Felix to 6.0.1
- Exclude artifact that is not needed nor provided runtime.
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index f0f293ac3b7..3268029eef3 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -112,6 +112,12 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>