Revert "[07.12.20] Updating dependencies"

This reverts commit 0626395b
This commit is contained in:
andyjk15 2020-12-07 19:34:37 +00:00
parent 0626395b9f
commit 8955933a47

View File

@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.0.RELEASE</version> <version>2.2.8.RELEASE</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
@ -64,7 +64,6 @@
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId> <artifactId>hibernate-entitymanager</artifactId>
<version>5.4.24.Final</version>
</dependency> </dependency>
<!-- Artemis --> <!-- Artemis -->
@ -121,11 +120,6 @@
<version>2.4.7</version> <version>2.4.7</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.11.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>