This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 27
27
-->
28
28
<project xmlns =" http://maven.apache.org/POM/4.0.0"
29
29
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
30
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
30
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
31
31
<modelVersion >4.0.0</modelVersion >
32
-
33
32
<parent >
34
- <artifactId >java-design-patterns</artifactId >
35
33
<groupId >com.iluwatar</groupId >
34
+ <artifactId >java-design-patterns</artifactId >
36
35
<version >1.26.0-SNAPSHOT</version >
37
36
</parent >
38
37
<artifactId >currying</artifactId >
45
44
</dependency >
46
45
<dependency >
47
46
<groupId >org.junit.jupiter</groupId >
48
- <artifactId >junit-jupiter</artifactId >
49
- <version >5.7.1</version >
47
+ <artifactId >junit-jupiter-engine</artifactId >
50
48
<scope >test</scope >
51
49
</dependency >
52
50
</dependencies >
53
-
54
- <properties >
55
- <maven .compiler.source>15</maven .compiler.source>
56
- <maven .compiler.target>15</maven .compiler.target>
57
- </properties >
58
-
59
51
<build >
60
52
<plugins >
61
53
<!-- Maven assembly plugin is invoked with default setting which we have
62
- in parent pom and specifying the class having main method -->
54
+ in parent pom and specifying the class having main method -->
63
55
<plugin >
64
56
<groupId >org.apache.maven.plugins</groupId >
65
57
<artifactId >maven-assembly-plugin</artifactId >
77
69
</plugin >
78
70
</plugins >
79
71
</build >
80
-
81
72
</project >
You can’t perform that action at this time.
0 commit comments