RED-2260: updated dependency

This commit is contained in:
aoezyetimoglu 2021-09-30 15:43:29 +02:00
parent e2eb12d13b
commit 5f2c355f28
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>