Remove unused dependency in Mage.Verify (#11029)

This commit is contained in:
xenohedron 2023-08-26 19:35:19 -04:00 committed by GitHub
parent 8f7b19a64d
commit c60bf037a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,6 @@
<artifactId>mage-client</artifactId>
<version>${mage-version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>