11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <artifactId >algorithms-miscellaneous-3</artifactId >
55 <version >0.0.1-SNAPSHOT</version >
1818 <version >${org.assertj.core.version} </version >
1919 <scope >test</scope >
2020 </dependency >
21-
21+
2222 <dependency >
23- <groupId >org.apache.commons</groupId >
24- <artifactId >commons-collections4</artifactId >
25- <version >${commons-collections4.version} </version >
23+ <groupId >org.apache.commons</groupId >
24+ <artifactId >commons-collections4</artifactId >
25+ <version >${commons-collections4.version} </version >
2626 </dependency >
27-
27+
2828 <dependency >
29- <groupId >com.google.guava</groupId >
30- <artifactId >guava</artifactId >
31- <version >${guava.version} </version >
29+ <groupId >com.google.guava</groupId >
30+ <artifactId >guava</artifactId >
31+ <version >${guava.version} </version >
3232 </dependency >
3333
34- <dependency >
35- <groupId >com.squareup.retrofit2</groupId >
36- <artifactId >retrofit</artifactId >
37- <version >${retrofit.version} </version >
38- </dependency >
39- <dependency >
40- <groupId >com.squareup.retrofit2</groupId >
41- <artifactId >converter-jackson</artifactId >
42- <version >${retrofit.version} </version >
43- </dependency >
34+ <dependency >
35+ <groupId >com.squareup.retrofit2</groupId >
36+ <artifactId >retrofit</artifactId >
37+ <version >${retrofit.version} </version >
38+ </dependency >
39+ <dependency >
40+ <groupId >com.squareup.retrofit2</groupId >
41+ <artifactId >converter-jackson</artifactId >
42+ <version >${retrofit.version} </version >
43+ </dependency >
4444 </dependencies >
4545
4646 <build >
5959 <org .assertj.core.version>3.9.0</org .assertj.core.version>
6060 <commons-collections4 .version>4.3</commons-collections4 .version>
6161 <guava .version>28.0-jre</guava .version>
62- <retrofit .version>2.6.0</retrofit .version>
62+ <retrofit .version>2.6.0</retrofit .version>
6363 </properties >
6464</project >
0 commit comments