Skip to content

Commit 6ecf994

Browse files
committed
iluwatar#567 pom.xml align fix
1 parent 64337df commit 6ecf994

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

marker/pom.xml

+22-22
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
<project xmlns="http://maven.apache.org/POM/4.0.0"
2222
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2323
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24-
<parent>
25-
<artifactId>java-design-patterns</artifactId>
26-
<groupId>com.iluwatar</groupId>
27-
<version>1.16.0-SNAPSHOT</version>
28-
</parent>
29-
<modelVersion>4.0.0</modelVersion>
24+
<parent>
25+
<artifactId>java-design-patterns</artifactId>
26+
<groupId>com.iluwatar</groupId>
27+
<version>1.16.0-SNAPSHOT</version>
28+
</parent>
29+
<modelVersion>4.0.0</modelVersion>
3030

31-
<artifactId>marker</artifactId>
32-
<dependencies>
33-
<dependency>
34-
<groupId>org.junit.jupiter</groupId>
35-
<artifactId>junit-jupiter-api</artifactId>
36-
<version>RELEASE</version>
37-
</dependency>
38-
<dependency>
39-
<groupId>junit</groupId>
40-
<artifactId>junit</artifactId>
41-
</dependency>
42-
<dependency>
43-
<groupId>junit</groupId>
44-
<artifactId>junit</artifactId>
45-
</dependency>
46-
</dependencies>
31+
<artifactId>marker</artifactId>
32+
<dependencies>
33+
<dependency>
34+
<groupId>org.junit.jupiter</groupId>
35+
<artifactId>junit-jupiter-api</artifactId>
36+
<version>RELEASE</version>
37+
</dependency>
38+
<dependency>
39+
<groupId>junit</groupId>
40+
<artifactId>junit</artifactId>
41+
</dependency>
42+
<dependency>
43+
<groupId>junit</groupId>
44+
<artifactId>junit</artifactId>
45+
</dependency>
46+
</dependencies>
4747

4848

4949
</project>

0 commit comments

Comments
 (0)