Skip to content

Commit

Permalink
Upgrading OpenSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 5, 2024
1 parent ad1cd0b commit fcae849
Showing 1 changed file with 13 additions and 30 deletions.
43 changes: 13 additions & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>

<elasticsearch.version>8.14.3</elasticsearch.version>
<opensearch.version>2.15.0</opensearch.version>
<opensearch.version>2.13.0</opensearch.version>
<opensearch-java.version>2.12.0</opensearch-java.version>

<log4j2.version>2.22.0</log4j2.version>
Expand Down Expand Up @@ -1438,7 +1438,7 @@ under the License.

<repositories>
<repository>
<id>sonatype</id>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
Expand All @@ -1447,6 +1447,16 @@ under the License.
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>s01</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>shibboleth</id>
<url>https://build.shibboleth.net/maven/releases</url>
Expand All @@ -1458,27 +1468,7 @@ under the License.

<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>sonatype.snapshots</id>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
Expand All @@ -1487,13 +1477,6 @@ under the License.
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring</id>
<url>https://repo.spring.io/milestone</url>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<build>
Expand Down

0 comments on commit fcae849

Please sign in to comment.