Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 5f863b7

Browse files
committed
iluwatar#1842 Updated the currying pom.xml
1 parent 642017b commit 5f863b7

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

currying/pom.xml

+4-13
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
-->
2828
<project xmlns="http://maven.apache.org/POM/4.0.0"
2929
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">
3131
<modelVersion>4.0.0</modelVersion>
32-
3332
<parent>
34-
<artifactId>java-design-patterns</artifactId>
3533
<groupId>com.iluwatar</groupId>
34+
<artifactId>java-design-patterns</artifactId>
3635
<version>1.26.0-SNAPSHOT</version>
3736
</parent>
3837
<artifactId>currying</artifactId>
@@ -45,21 +44,14 @@
4544
</dependency>
4645
<dependency>
4746
<groupId>org.junit.jupiter</groupId>
48-
<artifactId>junit-jupiter</artifactId>
49-
<version>5.7.1</version>
47+
<artifactId>junit-jupiter-engine</artifactId>
5048
<scope>test</scope>
5149
</dependency>
5250
</dependencies>
53-
54-
<properties>
55-
<maven.compiler.source>15</maven.compiler.source>
56-
<maven.compiler.target>15</maven.compiler.target>
57-
</properties>
58-
5951
<build>
6052
<plugins>
6153
<!-- 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 -->
6355
<plugin>
6456
<groupId>org.apache.maven.plugins</groupId>
6557
<artifactId>maven-assembly-plugin</artifactId>
@@ -77,5 +69,4 @@
7769
</plugin>
7870
</plugins>
7971
</build>
80-
8172
</project>

0 commit comments

Comments
 (0)