File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.thealgorithms</groupId >
7
7
<artifactId >Java</artifactId >
123
123
</configuration >
124
124
<dependencies >
125
125
<dependency >
126
- <groupId >com.puppycrawl.tools</groupId >
127
- <artifactId >checkstyle</artifactId >
128
- <version >10.18.2</version >
126
+ <groupId >com.puppycrawl.tools</groupId >
127
+ <artifactId >checkstyle</artifactId >
128
+ <version >10.18.2</version >
129
129
</dependency >
130
130
</dependencies >
131
131
</plugin >
You can’t perform that action at this time.
0 commit comments