Pull request #78: RED-2260: updated dependency

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

* commit '5f2c355f28da1165121c1f7b3808611a81cb872c':
  RED-2260: updated dependency
This commit is contained in:
Ali Oezyetimoglu 2021-10-01 13:19:08 +02:00 committed by Dominique Eiflaender
commit 7693ca5302
2 changed files with 13 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>1.1.2</version>
<version>1.1.4</version>
</parent>
<groupId>com.iqser.red.service</groupId>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.iqser.red</groupId>
<artifactId>platform-commons-dependency</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>

View File

@ -91,6 +91,17 @@
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.iqser.red.commons</groupId>
<artifactId>test-commons</artifactId>