Skip to content

Commit

Permalink
Merge pull request #846 from WildMeOrg/839_pom_standardization
Browse files Browse the repository at this point in the history
pom.xml fix for servers (and lock in opensearch version)
  • Loading branch information
TanyaStere42 authored Oct 25, 2024
2 parents e57df56 + bc4f29e commit 27e0b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
JAVA_OPTS: "-Djava.awt.headless=true -Xms4096m -Xmx4096m"

opensearch:
image: opensearchproject/opensearch:latest
image: opensearchproject/opensearch:2.15.0
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail 127.0.0.1:9200/_cluster/health || exit 1"]
interval: 10s
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<version>3.3.2</version>
<configuration>
<packagingExcludes>WEB-INF/web.xml</packagingExcludes>
</configuration>
Expand Down

0 comments on commit 27e0b42

Please sign in to comment.