File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1818 </license >
1919 </licenses >
2020
21-
2221 <properties >
2322 <project .build.sourceEncoding>ISO-8859-1</project .build.sourceEncoding>
2423 <jdk .version>1.7</jdk .version>
2524 <junit .version>4.11</junit .version>
2625 </properties >
2726
2827 <dependencies >
28+
2929 <dependency >
3030 <groupId >junit</groupId >
3131 <artifactId >junit</artifactId >
3232 <version >${junit.version} </version >
3333 <scope >test</scope >
3434 </dependency >
35+
3536 <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
3637 <dependency >
3738 <groupId >mysql</groupId >
4445 </exclusion >
4546 </exclusions >
4647 </dependency >
48+
4749 </dependencies >
4850
4951 <build >
52+
5053 <finalName >${project.name} -${project.version} </finalName >
5154
5255 <plugins >
9194 </archive >
9295 </configuration >
9396 </plugin >
97+
9498 </plugins >
9599 </build >
96100</project >
You can’t perform that action at this time.
0 commit comments