Skip to content

Commit

Permalink
Minor Update 2.2.2 Release
Browse files Browse the repository at this point in the history
* Update Maven dependencies
  • Loading branch information
AtesComp committed Jun 18, 2024
1 parent 333c100 commit 8e099ac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,24 @@
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>

<!--
OpenRefine Dependent: 3.4.1, 3.5-beta1, 3.6-SNAPSHOT, etc.
OpenRefine Dependent: 3.4.1, 3.5-beta1, 3.8-SNAPSHOT, etc.
-->
<openrefine.version>3.8-SNAPSHOT</openrefine.version>
<butterfly.version>1.2.4</butterfly.version><!-- matches 3.8-SNAPSHOT -->
<slf4j.version>2.0.9</slf4j.version><!-- matches 3.8-SNAPSHOT -->

<jena.version>4.9.0</jena.version><!-- matches 3.8-SNAPSHOT -->
<jsonld.version>1.4.0</jsonld.version>
<velocity.version>2.3</velocity.version><!-- matches 3.6-SNAPSHOT : to exclude older dependancies than butterfly's-->
<velocity.version>2.3</velocity.version><!-- matches 3.8-SNAPSHOT : to exclude older dependancies than butterfly's-->
<httpclient5.version>5.2.1</httpclient5.version><!-- matches 3.8-SNAPSHOT -->
<commons-fileupload.version>1.5</commons-fileupload.version><!-- matches 3.8-SNAPSHOT -->
<commons-io.version>2.14.0</commons-io.version><!-- matches 3.8-SNAPSHOT -->

<!--
RDF Transform Dependent
-->
<lucene.version>8.11.1</lucene.version>
<lucene.version>9.11.0</lucene.version>
<lucene-analyzers.version>8.11.3</lucene-analyzers.version>

</properties>

Expand Down Expand Up @@ -129,7 +130,7 @@
</exclusion>
<exclusion>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<artifactId>velocity-engine-core</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -234,7 +235,7 @@
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity-engine-core -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<artifactId>velocity-engine-core</artifactId>
<version>${velocity.version}</version>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -273,7 +274,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>${lucene.version}</version>
<version>${lucene-analyzers.version}</version>
<exclusions>
<exclusion>
<artifactId>lucene-core</artifactId>
Expand Down

0 comments on commit 8e099ac

Please sign in to comment.