BAEL-18777 POM Properties Cleanup

- Properties cleanup of projects starting with j
This commit is contained in:
Dhawal Kapil
2019-11-23 20:13:34 +05:30
parent dd9a7593c1
commit 2137f71568
24 changed files with 3 additions and 768 deletions
-15
View File
@@ -14,14 +14,6 @@
<dependencies>
<!-- marshalling -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- YAML -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
@@ -36,13 +28,6 @@
<version>${jackson.version}</version>
</dependency>
<!-- Allow use of LocalDate -->
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson.version}</version>
</dependency>
<!-- test scoped -->