Skip to content

Commit

Permalink
[ES_7_17] Fix maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
NPi2Loup committed Aug 1, 2023
1 parent 1c4d5a5 commit 4af658c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vertigo-datafactory-plugin-elasticsearch_7_17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
<packaging>jar</packaging>
<name>vertigo-datafactory-plugin-elasticsearch_7_17</name>

<repositories>
<!-- Needed repo for tests embedded ElasticSearch -->
<repository>
<id>codelibs.elasticsearch-releases</id>
<url>https://maven.codelibs.org/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>io.vertigo</groupId>
Expand Down

0 comments on commit 4af658c

Please sign in to comment.