Skip to content

Commit

Permalink
https://github.com/metadatacenter/cedar-project/issues/1198
Browse files Browse the repository at this point in the history
  • Loading branch information
Attila L. Egyedi committed Nov 8, 2023
1 parent 064c2d7 commit 65cfc89
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<java-json-tools.jackson.coreutils.version>2.0</java-json-tools.jackson.coreutils.version>
<resteasy.version>6.2.3.Final</resteasy.version>
<codehaus.groovy.version>2.4.5</codehaus.groovy.version>
<google-guava.version>21.0</google-guava.version>
<google-guava.version>32.1.3-jre</google-guava.version>
<weka.version>3.8.1</weka.version>
<com.sun.activation.javax.activation.version>1.2.0</com.sun.activation.javax.activation.version>
<org.glassfish.jaxb.jaxb-runtime.version>2.3.0</org.glassfish.jaxb.jaxb-runtime.version>
Expand All @@ -37,15 +37,15 @@
<commons.codec.version>1.10</commons.codec.version>
<commons.text.version>1.10.0</commons.text.version>
<apache.lucene.version>5.3.1</apache.lucene.version>
<apache.httpcomponents.httpclient.version>4.5.2</apache.httpcomponents.httpclient.version>
<apache.httpclient.fluent-hc.version>4.5.2</apache.httpclient.fluent-hc.version>
<apache.httpcomponents.httpclient.version>5.2.1</apache.httpcomponents.httpclient.version>
<apache.httpclient.fluent-hc.version>4.5.14</apache.httpclient.fluent-hc.version>
<apache.httpcomponents.httpcore.version>4.4.4</apache.httpcomponents.httpcore.version>
<apache.httpcomponents.httpmime.version>4.5.3</apache.httpcomponents.httpmime.version>
<apache.httpcomponents.httpmime.version>4.5.14</apache.httpcomponents.httpmime.version>
<apache.commons.fileupload.version>1.3.3</apache.commons.fileupload.version>
<apache.commons.net.version>3.5</apache.commons.net.version>
<apache.commons.cli.version>1.4</apache.commons.cli.version>
<apache.commons.validator.version>1.6</apache.commons.validator.version>
<apache.poi.version>5.0.0</apache.poi.version>
<apache.commons.validator.version>1.7</apache.commons.validator.version>
<apache.poi.version>5.1.0</apache.poi.version>
<java.dev.jna.version>4.2.1</java.dev.jna.version>
<javax.ws.rs.version>2.0.1</javax.ws.rs.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
Expand All @@ -61,7 +61,7 @@
<org.javassist.version>3.24.0-GA</org.javassist.version>
<net.sourceforge.owlapi.version>4.5.9</net.sourceforge.owlapi.version>
<me.xdrop.fuzzywuzzy.version>1.3.1</me.xdrop.fuzzywuzzy.version>
<junit.version>4.12</junit.version>
<junit.version>4.13.1</junit.version>
<org.hamcrest.core.version>1.3</org.hamcrest.core.version>
<!-- Note: version 1.1.0 of JUnitParams causes an error when running the template server tests -->
<junitparams.version>1.0.6</junitparams.version>
Expand Down Expand Up @@ -172,8 +172,8 @@
<version>${jackson.core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${apache.httpcomponents.httpclient.version}</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -525,6 +525,11 @@
<artifactId>cedar-search-operations-library</artifactId>
<version>${cedar.version}</version>
</dependency>
<dependency>
<groupId>org.metadatacenter</groupId>
<artifactId>cedar-inclusion-subgraph-library</artifactId>
<version>${cedar.version}</version>
</dependency>
<dependency>
<groupId>org.metadatacenter</groupId>
<artifactId>cedar-logging-operations-library</artifactId>
Expand Down

0 comments on commit 65cfc89

Please sign in to comment.