Pull request #120: RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij

Merge in RED/redaction-report-service from RED-3116-rrs1 to master

* commit 'e7855090014d057acc0632e7030e3680f6c40e7e':
  RED-3116: Fix missing relativePath in mvn projects to leads to non working sync on latest intellij
This commit is contained in:
Ali Oezyetimoglu 2021-12-17 13:53:49 +01:00
commit b43891eee5
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<groupId>com.iqser.red</groupId>
<artifactId>platform-docker-dependency</artifactId>
<version>1.1.0</version>
<relativePath />
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -8,6 +8,7 @@
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.3.0</version>
<relativePath />
</parent>
<groupId>com.iqser.red.service</groupId>