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

fixed issue with libraries referenced multiple times

Change-Id: I18f7bc2fa5de97b8efb4d1107fdc2d36169027c9
parent 810511b0
No related branches found
No related tags found
No related merge requests found
......@@ -22,12 +22,6 @@
<artifactId>derby</artifactId>
<version>${debry.version}</version>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
......@@ -17,12 +17,6 @@
<version>${revision}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
......@@ -104,7 +104,7 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>${maven.resources.version}</version>
<executions>
<execution>
<id>copy-resource-one</id>
......
......@@ -55,6 +55,7 @@
<apache.httpcore.version>4.4.12</apache.httpcore.version>
<apache.httpclient.version>4.5.10</apache.httpclient.version>
<ez.vcard.version>0.10.6</ez.vcard.version>
<maven.resources.version>3.1.0</maven.resources.version>
</properties>
<dependencies>
......
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