File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 18
18
</license >
19
19
</licenses >
20
20
21
-
22
21
<properties >
23
22
<project .build.sourceEncoding>ISO-8859-1</project .build.sourceEncoding>
24
23
<jdk .version>1.7</jdk .version>
25
24
<junit .version>4.11</junit .version>
26
25
</properties >
27
26
28
27
<dependencies >
28
+
29
29
<dependency >
30
30
<groupId >junit</groupId >
31
31
<artifactId >junit</artifactId >
32
32
<version >${junit.version} </version >
33
33
<scope >test</scope >
34
34
</dependency >
35
+
35
36
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
36
37
<dependency >
37
38
<groupId >mysql</groupId >
44
45
</exclusion >
45
46
</exclusions >
46
47
</dependency >
48
+
47
49
</dependencies >
48
50
49
51
<build >
52
+
50
53
<finalName >${project.name} -${project.version} </finalName >
51
54
52
55
<plugins >
91
94
</archive >
92
95
</configuration >
93
96
</plugin >
97
+
94
98
</plugins >
95
99
</build >
96
100
</project >
You can’t perform that action at this time.
0 commit comments