RED-2261: update dependencies

This commit is contained in:
aoezyetimoglu 2021-10-01 15:11:39 +02:00
parent e7fc3f8079
commit 22ae1ad6a9

View File

@ -24,19 +24,13 @@
<dependency> <dependency>
<groupId>org.drools</groupId> <groupId>org.drools</groupId>
<artifactId>drools-core</artifactId> <artifactId>drools-core</artifactId>
<version>7.37.0.Final</version> <version>7.59.0.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.kie</groupId> <groupId>org.kie</groupId>
<artifactId>kie-spring</artifactId> <artifactId>kie-spring</artifactId>
<version>7.37.0.Final</version> <version>7.59.0.Final</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.0.0</version>
</dependency>
<dependency> <dependency>
<groupId>org.locationtech.jts</groupId> <groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId> <artifactId>jts-core</artifactId>
@ -107,12 +101,6 @@
<artifactId>test-commons</artifactId> <artifactId>test-commons</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.amqp</groupId>
<artifactId>spring-rabbit-test</artifactId>
<version>2.3.1</version>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>