Skip to content

Commit 275c968

Browse files
author
guyplusplus
committed
added space for readability
1 parent 21f5f23 commit 275c968

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@
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>
@@ -44,9 +45,11 @@
4445
</exclusion>
4546
</exclusions>
4647
</dependency>
48+
4749
</dependencies>
4850

4951
<build>
52+
5053
<finalName>${project.name}-${project.version}</finalName>
5154

5255
<plugins>
@@ -91,6 +94,7 @@
9194
</archive>
9295
</configuration>
9396
</plugin>
97+
9498
</plugins>
9599
</build>
96100
</project>

0 commit comments

Comments
 (0)