Skip to content

Commit

Permalink
feature(container): make pom.xml contain a variable for the Solr vers…
Browse files Browse the repository at this point in the history
…ion IQSS#7662
  • Loading branch information
poikilotherm committed Dec 23, 2021
1 parent a951ee0 commit 7c890f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<jakartaee-api.version>8.0.0</jakartaee-api.version>
<payara.version>5.2021.5</payara.version>
<postgresql.version>42.2.19</postgresql.version>
<solr.version>8.8.1</solr.version>
<aws.version>1.11.762</aws.version>
<slf4j.version>1.7.32</slf4j.version>
<commons.io.version>2.11.0</commons.io.version>
Expand Down Expand Up @@ -434,7 +435,7 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-solrj</artifactId>
<version>8.8.1</version>
<version>${solr.version}</version>
</dependency>
<dependency>
<groupId>colt</groupId>
Expand Down

0 comments on commit 7c890f9

Please sign in to comment.