Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb6d6aa

Browse files
committed
Removing old jar file from classpath
1 parent c3962d5 commit fb6d6aa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</attributes>
1919
</classpathentry>
2020
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
21-
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
2221
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
2322
<attributes>
2423
<attribute name="maven.pomderived" value="true"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<include>**/*.*</include>
174174
</includes>
175175
<excludes>
176-
<exclude>log4j.properties</exclude>
176+
<exclude>log4j2.xml</exclude>
177177
</excludes>
178178
</resource>
179179
</resources>

0 commit comments

Comments
 (0)