Skip to content

Commit

Permalink
remove Javaassist dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jan 27, 2023
1 parent 968af74 commit 82eef68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 100 deletions.
1 change: 0 additions & 1 deletion jpos/build.gradle
Expand Up @@ -23,7 +23,6 @@ dependencies {
api libraries.hdrhistogram

implementation libraries.osgi_core
implementation libraries.javassist
implementation libraries.yaml;
implementation libraries.jdbm
implementation libraries.sleepycat_je
Expand Down
9 changes: 0 additions & 9 deletions jpos/src/main/java/org/jpos/q2/Q2.java
Expand Up @@ -43,7 +43,6 @@
import org.jpos.util.NameRegistrar;
import org.jpos.util.PGPHelper;
import org.jpos.util.SimpleLogListener;
import org.jpos.util.slf4j.Slf4JDynamicBinder;
import org.osgi.framework.Bundle;
import org.osgi.framework.BundleContext;
import org.osgi.framework.BundleException;
Expand Down Expand Up @@ -150,14 +149,6 @@ public Q2 (String[] args, BundleContext bundleContext) {
deployDir.mkdirs ();
mainClassLoader = getClass().getClassLoader();
this.bundleContext = bundleContext;
try {
Slf4JDynamicBinder.applyMods();
}
catch (Exception ignored) {
// We won't stop anything just because we could
// inot initialize slf4j.
// ignored.printStackTrace();
}
registerQ2();
}
public Q2 () {
Expand Down
90 changes: 0 additions & 90 deletions jpos/src/main/java/org/jpos/util/slf4j/Slf4JDynamicBinder.java

This file was deleted.

0 comments on commit 82eef68

Please sign in to comment.