Skip to content

Commit 6952bb1

Browse files
authored
Update pom.xml
1 parent 9c1f40f commit 6952bb1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.thealgorithms</groupId>
6+
<artifactId>Java</artifactId>
7+
<version>1.0-SNAPSHOT</version>
58
<packaging>jar</packaging>
6-
79
<properties>
810
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
911
<maven.compiler.source>21</maven.compiler.source>
@@ -47,11 +49,6 @@
4749
<version>${assertj.version}</version>
4850
<scope>test</scope>
4951
</dependency>
50-
<dependency>
51-
<groupId>org.apache.commons</groupId>
52-
<artifactId>commons-collections4</artifactId>
53-
<version>4.4</version>
54-
</dependency>
5552
</dependencies>
5653

5754
<build>
@@ -144,3 +141,7 @@
144141
<linkXRef>false</linkXRef>
145142
<excludeFromFailureFile>pmd-exclude.properties</excludeFromFailureFile>
146143
</configuration>
144+
</plugin>
145+
</plugins>
146+
</build>
147+
</project>

0 commit comments

Comments
 (0)