Skip to content

Commit 69a1db0

Browse files
authored
JAVA-6475: Fix formatting of POMs (eugenp#11087)
* JAVA-6475: Fix formatting of POMs * correct build error
1 parent 09613d4 commit 69a1db0

File tree

144 files changed

+494
-480
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+494
-480
lines changed

algorithms-miscellaneous-3/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,16 @@
2020
<version>${org.assertj.core.version}</version>
2121
<scope>test</scope>
2222
</dependency>
23-
2423
<dependency>
2524
<groupId>org.apache.commons</groupId>
2625
<artifactId>commons-collections4</artifactId>
2726
<version>${commons-collections4.version}</version>
2827
</dependency>
29-
3028
<dependency>
3129
<groupId>com.google.guava</groupId>
3230
<artifactId>guava</artifactId>
3331
<version>${guava.version}</version>
3432
</dependency>
35-
3633
<dependency>
3734
<groupId>com.squareup.retrofit2</groupId>
3835
<artifactId>retrofit</artifactId>
@@ -43,13 +40,11 @@
4340
<artifactId>converter-jackson</artifactId>
4441
<version>${retrofit.version}</version>
4542
</dependency>
46-
4743
<dependency>
4844
<groupId>org.apache.commons</groupId>
4945
<artifactId>commons-lang3</artifactId>
5046
<version>${commons.lang3.version}</version>
5147
</dependency>
52-
5348
<dependency>
5449
<groupId>pl.pragmatists</groupId>
5550
<artifactId>JUnitParams</artifactId>

algorithms-miscellaneous-5/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<artifactId>junit-platform-commons</artifactId>
4040
<version>${junit.platform.version}</version>
4141
</dependency>
42-
4342
<dependency>
4443
<groupId>org.assertj</groupId>
4544
<artifactId>assertj-core</artifactId>

apache-cxf/cxf-aegis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
</dependency>
2121
</dependencies>
2222

23-
</project>
23+
</project>

apache-cxf/cxf-introduction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
</plugins>
3838
</build>
3939

40-
</project>
40+
</project>

apache-cxf/cxf-jaxrs-implementation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
<httpclient.version>4.5.2</httpclient.version>
5353
</properties>
5454

55-
</project>
55+
</project>

apache-cxf/cxf-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@
107107
<cargo-maven2-plugin.version>1.6.1</cargo-maven2-plugin.version>
108108
</properties>
109109

110-
</project>
110+
</project>

apache-cxf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
<cxf.version>3.1.8</cxf.version>
3939
</properties>
4040

41-
</project>
41+
</project>

apache-cxf/sse-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<module>sse-jaxrs-client</module>
1919
</modules>
2020

21-
</project>
21+
</project>

apache-cxf/sse-jaxrs/sse-jaxrs-server/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</parent>
1515

1616
<dependencies>
17-
1817
<dependency>
1918
<groupId>javax.ws.rs</groupId>
2019
<artifactId>javax.ws.rs-api</artifactId>
@@ -33,7 +32,6 @@
3332
<version>${bind-api.version}</version>
3433
<scope>provided</scope>
3534
</dependency>
36-
3735
</dependencies>
3836

3937
<build>
@@ -85,4 +83,4 @@
8583
<bind-api.version>1.0</bind-api.version>
8684
</properties>
8785

88-
</project>
86+
</project>

apache-libraries/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
</execution>
184184
</executions>
185185
</plugin>
186-
187186
<!-- meecrowave -->
188187
<plugin>
189188
<groupId>org.apache.meecrowave</groupId>
@@ -216,4 +215,4 @@
216215
<solr.solr-solrj.version>6.4.0</solr.solr-solrj.version>
217216
</properties>
218217

219-
</project>
218+
</project>

0 commit comments

Comments
 (0)