Skip to content

Commit

Permalink
Update some library versions and minor improve pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Mar 26, 2018
1 parent 9442bb5 commit 449fbff
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>hk.ust.bioinformatics</groupId>
Expand Down Expand Up @@ -37,8 +37,7 @@
<dependency>
<groupId>uk.ac.ebi.pride.tools</groupId>
<artifactId>jmzreader</artifactId>
<version>2.0.3-SNAPSHOT</version>
<type>jar</type>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -69,7 +68,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.6-jre</version>
<version>24.0-jre</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand Down Expand Up @@ -106,9 +105,6 @@
<mainClass>proteomics.ECL2</mainClass>
</manifest>
</archive>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 449fbff

Please sign in to comment.