Skip to content

Commit

Permalink
Code: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed Oct 26, 2024
1 parent ff2c9ee commit 388d354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/net/nikr/eve/jeveasset/LibraryManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ public static synchronized Set<String> getLibFiles() {
files.add("log4j-over-slf4j-1.7.36.jar");
files.add("jcl-over-slf4j-1.7.36.jar");
files.add("jul-to-slf4j-1.7.36.jar");
files.add("logback-core-1.2.11.jar");
files.add("logback-classic-1.2.11.jar");
files.add("logback-core-1.2.13.jar");
files.add("logback-classic-1.2.13.jar");
files.add("super-csv-2.4.0.jar");
files.add("translations-3.1.1.jar");
files.add("annotations-13.0.jar");
files.add("hamcrest-core-1.3.jar");
files.add("okio-jvm-3.0.0.jar");
files.add("hamcrest-core-1.3.jar");
files.add("jaxb-api-2.3.1.jar");
files.add("sqlite-jdbc-3.36.0.3.jar");
files.add("sqlite-jdbc-3.41.2.2.jar");
files.add("okhttp-4.10.0.jar");
files.add("gson-fire-1.8.5.jar");
files.add("logging-interceptor-4.10.0.jar");
Expand Down

0 comments on commit 388d354

Please sign in to comment.