BAEL-18777 POM Properties Cleanup #8234

- Properties cleanup of projects starting with k,l and m
This commit is contained in:
Dhawal Kapil
2019-11-24 13:33:51 +05:30
parent b9e46ff27a
commit 656e6d1738
22 changed files with 18 additions and 422 deletions
-10
View File
@@ -23,16 +23,6 @@
<artifactId>jersey-container-servlet</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-moxy</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
</dependencies>
<build>