Skip to content
Snippets Groups Projects
Commit ef60e350 authored by Félix  Sidokhine's avatar Félix Sidokhine Committed by Adrien Béraud
Browse files

removed duplicated dependencies from POMs

Change-Id: I4868f7e0798d5aaf00f2bdb5fb3c4a42fc13838e
parent de87e187
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,6 @@
<version>${revision}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>${revision}</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
......
......@@ -41,11 +41,6 @@
<artifactId>jams-common</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jami-nameserver</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jami-dht</artifactId>
......@@ -89,11 +84,6 @@
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
</dependency>
</dependencies>
<build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment