aboutsummaryrefslogtreecommitdiffstats
path: root/statistics
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-04-19 15:40:26 +0200
committergjoranv <gv@oath.com>2018-04-19 15:40:26 +0200
commit638c3b8f38f89213a242f500513d8b8d1994cb51 (patch)
tree0460269987c032b76a81d78d9d5ef496b905ccd6 /statistics
parent6cad1e0f63e145cd18ed4cac147e5b248464ec96 (diff)
Remove org.osgi dependencies.
- Only usage was org.osgi.core as test dep in statistics and jdisc_http_filters.
Diffstat (limited to 'statistics')
-rw-r--r--statistics/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/statistics/pom.xml b/statistics/pom.xml
index 521efa9a2a1..0b06caaedf6 100644
--- a/statistics/pom.xml
+++ b/statistics/pom.xml
@@ -61,11 +61,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.osgi</groupId>
- <artifactId>org.osgi.core</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>