File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<artifactId >maven-plugins</artifactId >
27
27
<groupId >org.apache.maven.plugins</groupId >
28
- <version >36 </version >
28
+ <version >37 </version >
29
29
<relativePath />
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 32
32
<dependency >
33
33
<groupId >junit</groupId >
34
34
<artifactId >junit</artifactId >
35
- <version >3.8.1 </version >
35
+ <version >4.13.2 </version >
36
36
<scope >test</scope >
37
37
</dependency >
38
38
</dependencies >
39
39
<build >
40
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 >
41
46
<plugin >
42
47
<groupId >org.apache.maven.plugins</groupId >
43
48
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments