refactor: Fix for maven warnings (#2157)

* fix for maven warnings

* Removed unwanted dependency and htmlunit upgraded to latest

Co-authored-by: Mohana Rao S V <mohana.rao.s.v@tietoevry.com>
This commit is contained in:
MohanaRao SV
2022-10-30 22:21:17 +05:30
committed by GitHub
parent cd736d7a42
commit adb0e25c2f
4 changed files with 5 additions and 9 deletions
-4
View File
@@ -46,10 +46,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>