Skip to content

Commit

Permalink
Updated gson and commons-fileupload to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarwer committed Jul 11, 2023
1 parent 5995947 commit 32c3770
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom-common.xml
Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.5</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
<version>1.5</version>
</dependency>

<!--For learning tasks in segmentation of openNLPNER, this could be removed-->
Expand Down
14 changes: 2 additions & 12 deletions pom-discovery.xml
Expand Up @@ -34,11 +34,7 @@
<version>2.0</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.5</version>
</dependency>

<!-- could have given commons-io 2.4 but using 2.0.1 because muse also has it, so we won't import twice. -->

<!-- 13.9.2022 JF - Changed to 2.4 because otherwise got:
Expand All @@ -53,13 +49,7 @@
<version>2.4</version>
</dependency>


<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Expand Up @@ -56,12 +56,6 @@
<!-- https://mvnrepository.com/artifact/it.unibo.alice.tuprolog/tuprolog -->


<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.5</version>
</dependency>

<!-- https://mvnrepository.com/artifact/jpl/jpl -->
<dependency>
<groupId>jpl</groupId>
Expand Down Expand Up @@ -111,11 +105,6 @@
<version>2.0.1</version>
</dependency>-->

<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
</dependency>
<!-- <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/java/edu/stanford/epadd/Version.java
@@ -1,4 +1,4 @@
package edu.stanford.epadd;
public class Version { public static final String version = "Release 10.0.6";
public static final String buildInfo = "Built by jochen at Jun 16, 2023 11:42 am on Mac OS X 13.4 x86_64 ";
public static final String buildInfo = "Built by jochen at Jul 11, 2023 03:17 pm on Mac OS X 13.4.1 x86_64 ";
}

0 comments on commit 32c3770

Please sign in to comment.