Remove unnecessary wix dependency with vulnerability (#12654)

This commit is contained in:
Suresh Srinivas 2023-07-29 19:16:18 -07:00 committed by GitHub
parent a0dd821bd1
commit b007b5e210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -477,12 +477,6 @@
<artifactId>log4j-api</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>com.wix</groupId>
<artifactId>wix-embedded-mysql</artifactId>
<version>4.6.2</version>
<scope>test</scope>
</dependency>
<!-- JSON-P: Java API for JSON Processing (JSR 374) -->
<dependency>
<groupId>javax.json</groupId>