Skip to content

Commit

Permalink
Removing old jar file from classpath
Browse files Browse the repository at this point in the history
gnongsie committed Jun 26, 2020
1 parent c3962d5 commit fb6d6aa
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
<attributes>
<attribute name="maven.pomderived" value="true"/>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@
<include>**/*.*</include>
</includes>
<excludes>
<exclude>log4j.properties</exclude>
<exclude>log4j2.xml</exclude>
</excludes>
</resource>
</resources>

0 comments on commit fb6d6aa

Please sign in to comment.