TSK-1335: Change group id for history module

This commit is contained in:
Joerg Heffner 2020-08-12 18:01:46 +02:00 committed by gitgoodjhe
parent 3c882d4307
commit 0072f16905
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version>
</dependency>

View File

@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-provider</artifactId>
<version>${project.version}</version>
</dependency>

View File

@ -45,7 +45,7 @@
</activation>
<dependencies>
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version>
</dependency>
@ -58,7 +58,7 @@
</activation>
<dependencies>
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<groupId>pro.taskana.history</groupId>
<artifactId>taskana-loghistory-provider</artifactId>
<version>${project.version}</version>
</dependency>

View File

@ -78,7 +78,7 @@
<!-- test dependencies -->
<dependency>
<groupId>pro.taskana.simplehistory</groupId>
<groupId>pro.taskana.history</groupId>
<artifactId>taskana-simplehistory-rest-spring</artifactId>
<version>${project.version}</version>
<scope>test</scope>