Skip to content

Commit 40772fa

Browse files
committed
JAVA-5223: Fix formatting of POMs (Part 9)
1 parent 1a53db3 commit 40772fa

File tree

43 files changed

+207
-234
lines changed

Some content is hidden

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

43 files changed

+207
-234
lines changed

libraries-4/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
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">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>libraries-4</artifactId>
7+
58
<parent>
69
<artifactId>parent-modules</artifactId>
710
<groupId>com.baeldung</groupId>
811
<version>1.0.0-SNAPSHOT</version>
912
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<artifactId>libraries-4</artifactId>
1313

1414
<dependencies>
1515
<dependency>

libraries-5/pom.xml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
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">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>libraries-5</artifactId>
7+
58
<parent>
69
<artifactId>parent-modules</artifactId>
710
<groupId>com.baeldung</groupId>
811
<version>1.0.0-SNAPSHOT</version>
912
</parent>
1013

11-
<artifactId>libraries-5</artifactId>
12-
<modelVersion>4.0.0</modelVersion>
13-
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.springframework</groupId>
@@ -33,7 +33,6 @@
3333
<version>${pact.version}</version>
3434
<scope>test</scope>
3535
</dependency>
36-
3736
<!-- https://mvnrepository.com/artifact/com.typesafe.akka/akka-actor -->
3837
<dependency>
3938
<groupId>com.typesafe.akka</groupId>
@@ -45,7 +44,6 @@
4544
<artifactId>akka-testkit_${scala.version}</artifactId>
4645
<version>${typesafe-akka.version}</version>
4746
<scope>test</scope>
48-
4947
</dependency>
5048
<dependency>
5149
<groupId>one.util</groupId>
@@ -62,7 +60,6 @@
6260
<artifactId>byte-buddy-agent</artifactId>
6361
<version>${byte-buddy.version}</version>
6462
</dependency>
65-
6663
<!--Java Docker API Client -->
6764
<dependency>
6865
<groupId>com.github.docker-java</groupId>
@@ -84,7 +81,6 @@
8481
</exclusions>
8582
</dependency>
8683
<!--Java Docker API Client -->
87-
8884
<dependency>
8985
<groupId>com.github.ben-manes.caffeine</groupId>
9086
<artifactId>caffeine</artifactId>

libraries-6/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
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">
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>libraries-6</artifactId>
7+
58
<parent>
69
<artifactId>parent-modules</artifactId>
710
<groupId>com.baeldung</groupId>
811
<version>1.0.0-SNAPSHOT</version>
912
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<artifactId>libraries-6</artifactId>
1313

1414
<dependencies>
1515
<dependency>
@@ -164,5 +164,4 @@
164164
<libphonenumber.version>8.12.9</libphonenumber.version>
165165
</properties>
166166

167-
168167
</project>

libraries-concurrency/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@
5454
<arguments>
5555
<!-- Turn off before production -->
5656
<argument>-Dco.paralleluniverse.fibers.verifyInstrumentation=true</argument>
57-
5857
<!-- Quasar Agent -->
5958
<argument>-javaagent:${co.paralleluniverse:quasar-core:jar}</argument>
60-
6159
<!-- Classpath -->
6260
<argument>-classpath</argument>
6361
<classpath />
64-
6562
<!-- Main class -->
6663
<argument>com.baeldung.quasar.App</argument>
6764
</arguments>
@@ -81,4 +78,5 @@
8178
<properties>
8279
<quasar.version>0.8.0</quasar.version>
8380
</properties>
81+
8482
</project>

libraries-http-2/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<artifactId>reactive-streams</artifactId>
7272
<version>${reactive.stream.version}</version>
7373
</dependency>
74-
7574
<!-- Retrofit -->
7675
<dependency>
7776
<groupId>com.squareup.retrofit2</groupId>
@@ -98,4 +97,4 @@
9897
<reactor.version>3.2.12.RELEASE</reactor.version>
9998
</properties>
10099

101-
</project>
100+
</project>

libraries-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
<spring-security-oauth2.version>2.4.0.RELEASE</spring-security-oauth2.version>
9292
</properties>
9393

94-
</project>
94+
</project>

libraries-server/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -66,32 +66,27 @@
6666
<version>${junit.version}</version>
6767
<scope>test</scope>
6868
</dependency>
69-
7069
<!-- tomcat -->
7170
<dependency>
7271
<groupId>org.apache.tomcat</groupId>
7372
<artifactId>tomcat-catalina</artifactId>
7473
<version>${tomcat.version}</version>
7574
</dependency>
76-
7775
<dependency>
7876
<groupId>org.igniterealtime.smack</groupId>
7977
<artifactId>smack-tcp</artifactId>
8078
<version>${smack.version}</version>
8179
</dependency>
82-
8380
<dependency>
8481
<groupId>org.igniterealtime.smack</groupId>
8582
<artifactId>smack-extensions</artifactId>
8683
<version>${smack.version}</version>
8784
</dependency>
88-
8985
<dependency>
9086
<groupId>org.igniterealtime.smack</groupId>
9187
<artifactId>smack-java7</artifactId>
9288
<version>${smack.version}</version>
9389
</dependency>
94-
9590
<!-- NanoHTTPD -->
9691
<dependency>
9792
<groupId>org.nanohttpd</groupId>
@@ -103,7 +98,6 @@
10398
<artifactId>nanohttpd-nanolets</artifactId>
10499
<version>${nanohttpd.version}</version>
105100
</dependency>
106-
107101
</dependencies>
108102

109103
<properties>

libraries/pom.xml

+1-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<artifactId>commons-net</artifactId>
3535
<version>${commons-net.version}</version>
3636
</dependency>
37-
3837
<dependency>
3938
<groupId>org.javatuples</groupId>
4039
<artifactId>javatuples</artifactId>
@@ -87,7 +86,6 @@
8786
<version>${serenity.jira.version}</version>
8887
<scope>test</scope>
8988
</dependency>
90-
9189
<!-- JDO -->
9290
<dependency>
9391
<groupId>org.datanucleus</groupId>
@@ -164,14 +162,12 @@
164162
<version>${serenity.version}</version>
165163
<scope>test</scope>
166164
</dependency>
167-
168165
<!-- JetS3t -->
169166
<dependency>
170167
<groupId>org.lucee</groupId>
171168
<artifactId>jets3t</artifactId>
172169
<version>${jets3t-version}</version>
173170
</dependency>
174-
175171
<dependency>
176172
<groupId>io.rest-assured</groupId>
177173
<artifactId>spring-mock-mvc</artifactId>
@@ -226,13 +222,11 @@
226222
<version>${org.hamcrest.java-hamcrest.version}</version>
227223
<scope>test</scope>
228224
</dependency>
229-
230225
<dependency>
231226
<groupId>com.codepoetics</groupId>
232227
<artifactId>protonpack</artifactId>
233228
<version>${protonpack.version}</version>
234229
</dependency>
235-
236230
<!-- google api -->
237231
<dependency>
238232
<groupId>com.google.oauth-client</groupId>
@@ -327,7 +321,6 @@
327321
</archive>
328322
</configuration>
329323
</plugin>
330-
331324
<!-- Borrowed from the 'jmh-java-benchmark-archetype' pom.xml -->
332325
<plugin>
333326
<groupId>org.apache.maven.plugins</groupId>
@@ -361,7 +354,6 @@
361354
</execution>
362355
</executions>
363356
</plugin>
364-
365357
</plugins>
366358
</build>
367359

@@ -400,4 +392,4 @@
400392
<commonsio.version>2.6</commonsio.version>
401393
</properties>
402394

403-
</project>
395+
</project>

linkrest/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>linkrest</artifactId>
67
<version>0.0.1-SNAPSHOT</version>
@@ -44,7 +45,6 @@
4445
<configuration>
4546
<map>${project.basedir}/src/main/resources/linkrest.map.xml</map>
4647
</configuration>
47-
4848
<executions>
4949
<execution>
5050
<goals>

logging-modules/flogger/pom.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>flogger</artifactId>
77

@@ -18,20 +18,17 @@
1818
<artifactId>flogger</artifactId>
1919
<version>${flogger.version}</version>
2020
</dependency>
21-
2221
<dependency>
2322
<groupId>com.google.flogger</groupId>
2423
<artifactId>flogger-system-backend</artifactId>
2524
<version>${flogger.version}</version>
2625
<scope>runtime</scope>
2726
</dependency>
28-
2927
<dependency>
3028
<groupId>com.google.flogger</groupId>
3129
<artifactId>flogger-slf4j-backend</artifactId>
3230
<version>${flogger.version}</version>
3331
</dependency>
34-
3532
<dependency>
3633
<groupId>com.google.flogger</groupId>
3734
<artifactId>flogger-log4j-backend</artifactId>
@@ -51,7 +48,6 @@
5148
</exclusion>
5249
</exclusions>
5350
</dependency>
54-
5551
<dependency>
5652
<groupId>log4j</groupId>
5753
<artifactId>log4j</artifactId>
@@ -67,6 +63,6 @@
6763
<properties>
6864
<flogger.version>0.4</flogger.version>
6965
<log4j.version>1.2.17</log4j.version>
70-
</properties>
66+
</properties>
7167

7268
</project>

logging-modules/log-mdc/pom.xml

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>log-mdc</artifactId>
67
<version>0.0.1-SNAPSHOT</version>
@@ -37,14 +38,12 @@
3738
<artifactId>jackson-databind</artifactId>
3839
<version>${jackson.version}</version>
3940
</dependency>
40-
4141
<!--log4j dependencies -->
4242
<dependency>
4343
<groupId>log4j</groupId>
4444
<artifactId>log4j</artifactId>
4545
<version>${log4j.version}</version>
4646
</dependency>
47-
4847
<!--log4j2 dependencies -->
4948
<dependency>
5049
<groupId>org.apache.logging.log4j</groupId>
@@ -56,14 +55,12 @@
5655
<artifactId>log4j-core</artifactId>
5756
<version>${log4j2.version}</version>
5857
</dependency>
59-
6058
<!--disruptor for log4j2 async logging -->
6159
<dependency>
6260
<groupId>com.lmax</groupId>
6361
<artifactId>disruptor</artifactId>
6462
<version>${disruptor.version}</version>
6563
</dependency>
66-
6764
<!-- JBoss Logging (bridge) dependencies -->
6865
<dependency>
6966
<groupId>org.jboss.logging</groupId>
@@ -80,7 +77,6 @@
8077

8178
<build>
8279
<finalName>logging-service</finalName>
83-
8480
<pluginManagement>
8581
<plugins>
8682
<plugin>
@@ -104,4 +100,4 @@
104100
<junit-jupiter.version>5.6.2</junit-jupiter.version>
105101
</properties>
106102

107-
</project>
103+
</project>

logging-modules/log4j/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>log4j</artifactId>
77
<version>1.0-SNAPSHOT</version>
@@ -26,7 +26,6 @@
2626
<artifactId>apache-log4j-extras</artifactId>
2727
<version>${log4j.version}</version>
2828
</dependency>
29-
3029
<!--log4j2 dependencies -->
3130
<dependency>
3231
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)