Skip to content
Snippets Groups Projects
Commit 773fdae1 authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

clean-up pom.xml

parent 9bc5540c
No related branches found
No related tags found
No related merge requests found
......@@ -33,23 +33,6 @@
<artifactId>httpclient</artifactId>
<version>${apache.httpclient.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>20.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-common</artifactId>
<version>2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
......
......@@ -100,13 +100,4 @@ public class UpdateDownloader {
return true;
}
// private static String checksum(String filepath) throws IOException {
//
// HashCode hash = com.google.common.io.Files
// .hash(new File(filepath), Hashing.md5());
//
// log.warn("Calculated md5: " + hash.toString());
// return hash.toString();
// }
}
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