Skip to content

Commit

Permalink
remove guice-multibinding
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjing2 committed Jan 2, 2024
1 parent fd1ad5c commit 803f732
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class DirectoryContainerArchive implements ContainerArchive {
private final URL[] urls;

private final static String[] AKR_CONTAINER_JAR = { "aopalliance-1.0", "commons-io-2.7",
"guava-32.1.3-jre", "guice-6.0.0", "guice-multibindings-4.2.3", "failureaccess-1.0.1",
"guava-32.1.3-jre", "guice-6.0.0", "failureaccess-1.0.1",
"javax.inject-1", "logback-core-1.2.9", "logback-classic-1.2.9", "slf4j-api-1.7.32",
"log-sofa-boot-starter", "log-sofa-boot", "sofa-common-tools",
"netty-all-4.1.94.Final", "netty-transport-4.1.94.Final", "netty-common-4.1.94.Final",
Expand Down Expand Up @@ -95,4 +95,4 @@ public InputStream getInputStream(ZipEntry zipEntry) {
public Iterator<Entry> iterator() {
throw new RuntimeException("unreachable invocation.");
}
}
}

0 comments on commit 803f732

Please sign in to comment.