Skip to content

Commit bb4a1bd

Browse files
committed
Pom.xml files fixed.
1 parent 1aed590 commit bb4a1bd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

balking/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
<project xmlns="http://maven.apache.org/POM/4.0.0"
2727
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2828
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
29-
<parent>
30-
<artifactId>java-design-patterns</artifactId>
31-
<groupId>com.iluwatar</groupId>
32-
<version>1.14.0-SNAPSHOT</version>
33-
</parent>
34-
<modelVersion>4.0.0</modelVersion>
35-
36-
<artifactId>balking</artifactId>
37-
<dependencies>
38-
<dependency>
39-
<groupId>junit</groupId>
40-
<artifactId>junit</artifactId>
41-
<scope>test</scope>
42-
</dependency>
43-
</dependencies>
29+
<parent>
30+
<artifactId>java-design-patterns</artifactId>
31+
<groupId>com.iluwatar</groupId>
32+
<version>1.14.0-SNAPSHOT</version>
33+
</parent>
34+
<modelVersion>4.0.0</modelVersion>
35+
36+
<artifactId>balking</artifactId>
37+
<dependencies>
38+
<dependency>
39+
<groupId>junit</groupId>
40+
<artifactId>junit</artifactId>
41+
<scope>test</scope>
42+
</dependency>
43+
</dependencies>
4444

4545

4646
</project>

0 commit comments

Comments
 (0)