We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56344da commit 5fd2fc9Copy full SHA for 5fd2fc9
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<artifactId>maven-plugins</artifactId>
27
<groupId>org.apache.maven.plugins</groupId>
28
- <version>36</version>
+ <version>37</version>
29
<relativePath/>
30
</parent>
31
src/it/MJAR-162/pom.xml
@@ -32,12 +32,17 @@
32
<dependency>
33
<groupId>junit</groupId>
34
<artifactId>junit</artifactId>
35
- <version>3.8.1</version>
+ <version>4.13.2</version>
36
<scope>test</scope>
37
</dependency>
38
</dependencies>
39
<build>
40
<plugins>
41
+ <plugin>
42
+ <groupId>org.apache.maven.plugins</groupId>
43
+ <artifactId>maven-resources-plugin</artifactId>
44
+ <version>3.3.0</version>
45
+ </plugin>
46
<plugin>
47
48
<artifactId>maven-jar-plugin</artifactId>
0 commit comments