Remove Guice
diff --git a/pom.xml b/pom.xml index b056cc3..1ada505 100644 --- a/pom.xml +++ b/pom.xml
@@ -80,7 +80,6 @@ <javaVersion>17</javaVersion> <mavenVersion>4.0.0-beta-3</mavenVersion> - <guiceVersion>6.0.0</guiceVersion> <mavenArchiverVersion>4.0.0-beta-1</mavenArchiverVersion> <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion> <mavenPluginTestingVersion>4.0.0-beta-1</mavenPluginTestingVersion> @@ -167,12 +166,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.google.inject</groupId> - <artifactId>guice</artifactId> - <version>${guiceVersion}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope>