From d41fdae131b137061f696b7144448817c8847aee Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov <lyubomir.marinov@jitsi.org> Date: Thu, 16 Jul 2015 15:40:44 -0500 Subject: [PATCH] Uses our fork of ZRTP4J. --- pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 59f4f0a1..82cf5eac 100644 --- a/pom.xml +++ b/pom.xml @@ -61,16 +61,12 @@ <artifactId>jitsi-lgpl-dependencies</artifactId> </dependency> <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>zrtp4j-light</artifactId> </dependency> - <!-- system --> <dependency> - <groupId>com.github.wernerd</groupId> - <artifactId>zrtp4j-light</artifactId> - <version>3.2.0-jitsi-1-SNAPSHOT</version> - <scope>system</scope> - <systemPath>${project.basedir}/lib/zrtp4j-light.jar</systemPath> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> </dependency> <!-- test --> <dependency> -- GitLab