We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e414dcf commit bc3a0a8Copy full SHA for bc3a0a8
.classpath
@@ -6,7 +6,7 @@
6
<attribute name="maven.pomderived" value="true"/>
7
</attributes>
8
</classpathentry>
9
- <classpathentry kind="src" path="src/test/resources"/>
+ <classpathentry including="**/*.java" kind="src" path="src/test/resources"/>
10
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
11
<attributes>
12
pom.xml
@@ -63,7 +63,7 @@
63
<dependency>
64
<groupId>junit</groupId>
65
<artifactId>junit</artifactId>
66
- <version>3.8.1</version>
+ <version>3.8.2</version>
67
</dependency>
68
69
0 commit comments