File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
+ <groupId >com.thealgorithms</groupId >
6
+ <artifactId >Java</artifactId >
7
+ <version >1.0-SNAPSHOT</version >
5
8
<packaging >jar</packaging >
6
-
7
9
<properties >
8
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9
11
<maven .compiler.source>21</maven .compiler.source>
47
49
<version >${assertj.version} </version >
48
50
<scope >test</scope >
49
51
</dependency >
50
- <dependency >
51
- <groupId >org.apache.commons</groupId >
52
- <artifactId >commons-collections4</artifactId >
53
- <version >4.4</version >
54
- </dependency >
55
52
</dependencies >
56
53
57
54
<build >
144
141
<linkXRef >false</linkXRef >
145
142
<excludeFromFailureFile >pmd-exclude.properties</excludeFromFailureFile >
146
143
</configuration >
144
+ </plugin >
145
+ </plugins >
146
+ </build >
147
+ </project >
You can’t perform that action at this time.
0 commit comments