aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/data-provider/provider/pom.xml')
-rw-r--r--sdnr/wt/data-provider/provider/pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/sdnr/wt/data-provider/provider/pom.xml b/sdnr/wt/data-provider/provider/pom.xml
index 2742d70ac..3f72ce1a7 100644
--- a/sdnr/wt/data-provider/provider/pom.xml
+++ b/sdnr/wt/data-provider/provider/pom.xml
@@ -52,7 +52,7 @@
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<buildtime>${maven.build.timestamp}</buildtime>
<databaseport>49402</databaseport>
- <odlux.buildno>41.0f8da02(20/02/20)</odlux.buildno>
+ <odlux.buildno>42.0f8da02(20/02/24)</odlux.buildno>
</properties>
<dependencies>
@@ -61,6 +61,12 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sdnr-wt-data-provider-setup</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sdnr-wt-common</artifactId>
@@ -137,11 +143,13 @@
<goal>exec</goal>
</goals>
<configuration>
- <executable>bash</executable>
+ <executable>java</executable>
<arguments>
- <argument>${basedir}/../../data-provider/provider/src/main/resources/es-init.sh</argument>
- <argument>initfile</argument>
- <argument>-f</argument>
+ <argument>-jar</argument>
+ <argument>${basedir}/../../data-provider/setup/target/sdnr-dmt.jar</argument>
+ <argument>-c</argument>
+ <argument>pluginfile</argument>
+ <argument>-of</argument>
<argument>${project.build.directory}/EsInit.script</argument>
</arguments>
</configuration>