File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 26
26
<project xmlns =" http://maven.apache.org/POM/4.0.0"
27
27
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
28
28
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 >
44
44
45
45
46
46
</project >
You can’t perform that action at this time.
0 commit comments