BAEL-18777 POM Properties Cleanup

- Pom properties cleanup fixes
This commit is contained in:
Dhawal Kapil
2019-11-23 20:31:40 +05:30
parent 2137f71568
commit 9618312e87
3 changed files with 19 additions and 1 deletions
+6 -1
View File
@@ -49,7 +49,11 @@
<artifactId>javax.json</artifactId>
<version>${javax.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>${yasson.version}</version>
</dependency>
<!-- utils -->
<dependency>
<groupId>org.apache.commons</groupId>
@@ -70,6 +74,7 @@
<fastjson.version>1.2.21</fastjson.version>
<jsonb-api.version>1.0</jsonb-api.version>
<commons-collections4.version>4.1</commons-collections4.version>
<yasson.version>1.0.1</yasson.version>
<json.version>20171018</json.version>
<gson.version>2.8.5</gson.version>
<javax.version>1.1.2</javax.version>