Skip to content

Commit 6e7bc14

Browse files
committed
JAVA-5223: Fix formatting of POMs (Others - Part 1)
1 parent ae27c57 commit 6e7bc14

File tree

25 files changed

+80
-73
lines changed

25 files changed

+80
-73
lines changed

protobuffer/pom.xml

+3-2
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>protobuffer</artifactId>
67
<name>protobuffer</name>

quarkus-extension/pom.xml

+4-4
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
<groupId>com.baeldung.quarkus.extension</groupId>
77
<artifactId>quarkus-extension</artifactId>
@@ -14,10 +14,10 @@
1414
<artifactId>parent-modules</artifactId>
1515
<version>1.0.0-SNAPSHOT</version>
1616
</parent>
17-
17+
1818
<modules>
1919
<module>quarkus-liquibase</module>
2020
<module>quarkus-app</module>
2121
</modules>
2222

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

quarkus-extension/quarkus-app/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.quarkus.app</groupId>
77
<artifactId>quarkus-app</artifactId>
@@ -30,7 +30,6 @@
3030
<artifactId>runtime</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
33-
3433
<dependency>
3534
<groupId>io.quarkus</groupId>
3635
<artifactId>quarkus-jdbc-h2</artifactId>
@@ -58,4 +57,4 @@
5857
<quarkus.version>1.0.0.Final</quarkus.version>
5958
</properties>
6059

61-
</project>
60+
</project>

quarkus-extension/quarkus-liquibase/deployment/pom.xml

+3-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
<groupId>com.baeldung.quarkus.liquibase</groupId>
77
<artifactId>deployment</artifactId>
@@ -59,4 +59,4 @@
5959
<compiler.plugin.version>3.8.1</compiler.plugin.version>
6060
</properties>
6161

62-
</project>
62+
</project>

quarkus-extension/quarkus-liquibase/pom.xml

+4-4
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
<groupId>com.baeldung.quarkus.liquibase</groupId>
77
<artifactId>quarkus-liquibase</artifactId>
@@ -13,7 +13,7 @@
1313
<artifactId>quarkus-extension</artifactId>
1414
<version>1.0-SNAPSHOT</version>
1515
</parent>
16-
16+
1717
<modules>
1818
<module>runtime</module>
1919
<module>deployment</module>
@@ -23,4 +23,4 @@
2323
<quarkus.version>1.0.0.Final</quarkus.version>
2424
</properties>
2525

26-
</project>
26+
</project>

quarkus-extension/quarkus-liquibase/runtime/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
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
<groupId>com.baeldung.quarkus.liquibase</groupId>
@@ -71,4 +72,4 @@
7172
<liquibase.version>3.8.1</liquibase.version>
7273
</properties>
7374

74-
</project>
75+
</project>

quarkus/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
45
<modelVersion>4.0.0</modelVersion>
56
<groupId>com.baeldung.quarkus</groupId>
67
<artifactId>quarkus</artifactId>
@@ -159,4 +160,4 @@
159160
<junit-jupiter.version>5.6.0</junit-jupiter.version>
160161
</properties>
161162

162-
</project>
163+
</project>

rabbitmq/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>rabbitmq</artifactId>
67
<version>0.1-SNAPSHOT</version>

ratpack/pom.xml

+4-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/maven-v4_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/maven-v4_0_0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<artifactId>ratpack</artifactId>
67
<version>1.0-SNAPSHOT</version>
@@ -93,4 +94,4 @@
9394
<ratpack.test.latest.version>1.6.1</ratpack.test.latest.version>
9495
</properties>
9596

96-
</project>
97+
</project>

reactive-systems/inventory-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<groupId>org.springframework.kafka</groupId>
2929
<artifactId>spring-kafka</artifactId>
3030
</dependency>
31-
3231
<dependency>
3332
<groupId>org.projectlombok</groupId>
3433
<artifactId>lombok</artifactId>
@@ -65,4 +64,5 @@
6564
</plugin>
6665
</plugins>
6766
</build>
67+
6868
</project>

reactive-systems/order-service/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<groupId>org.springframework.kafka</groupId>
2929
<artifactId>spring-kafka</artifactId>
3030
</dependency>
31-
3231
<dependency>
3332
<groupId>org.projectlombok</groupId>
3433
<artifactId>lombok</artifactId>
@@ -66,4 +65,4 @@
6665
</plugins>
6766
</build>
6867

69-
</project>
68+
</project>

reactive-systems/pom.xml

+4-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>reactive-systems</artifactId>
67
<version>0.0.1-SNAPSHOT</version>
@@ -19,4 +20,4 @@
1920
<module>order-service</module>
2021
</modules>
2122

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

reactive-systems/shipping-service/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
<groupId>org.springframework.kafka</groupId>
2525
<artifactId>spring-kafka</artifactId>
2626
</dependency>
27-
2827
<dependency>
2928
<groupId>com.fasterxml.jackson.core</groupId>
3029
<artifactId>jackson-databind</artifactId>
3130
</dependency>
32-
3331
<dependency>
3432
<groupId>org.projectlombok</groupId>
3533
<artifactId>lombok</artifactId>
@@ -67,4 +65,4 @@
6765
</plugins>
6866
</build>
6967

70-
</project>
68+
</project>

reactor-core/pom.xml

+4-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
<groupId>org.baeldung</groupId>
67
<artifactId>reactor-core</artifactId>
@@ -38,4 +39,4 @@
3839
<assertj.version>3.6.1</assertj.version>
3940
</properties>
4041

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

resteasy/pom.xml

+3-7
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>resteasy</artifactId>
67
<version>1.0</version>
@@ -26,27 +27,22 @@
2627
</exclusion>
2728
</exclusions>
2829
</dependency>
29-
3030
<dependency>
3131
<groupId>org.jboss.resteasy</groupId>
3232
<artifactId>resteasy-client</artifactId>
3333
<version>${resteasy.version}</version>
3434
</dependency>
35-
3635
<!-- Optional library -->
37-
3836
<dependency>
3937
<groupId>org.jboss.resteasy</groupId>
4038
<artifactId>resteasy-jaxb-provider</artifactId>
4139
<version>${resteasy.version}</version>
4240
</dependency>
43-
4441
<dependency>
4542
<groupId>org.jboss.resteasy</groupId>
4643
<artifactId>resteasy-jackson-provider</artifactId>
4744
<version>${resteasy.version}</version>
4845
</dependency>
49-
5046
<dependency>
5147
<groupId>commons-io</groupId>
5248
<artifactId>commons-io</artifactId>

rsocket/pom.xml

+4-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>rsocket</artifactId>
67
<version>0.0.1-SNAPSHOT</version>
@@ -30,4 +31,4 @@
3031
<rsocket.version>0.11.13</rsocket.version>
3132
</properties>
3233

33-
</project>
34+
</project>

rule-engines/easy-rules/pom.xml

+4-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
<groupId>com.baeldung.easyrules</groupId>
67
<artifactId>easy-rules</artifactId>
@@ -25,4 +26,4 @@
2526
<easy-rules.version>3.0.0</easy-rules.version>
2627
</properties>
2728

28-
</project>
29+
</project>

rule-engines/jess/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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>
6-
76
<groupId>com.baeldung.rules.jess</groupId>
87
<artifactId>jess</artifactId>
98
<version>1.0-SNAPSHOT</version>

rule-engines/openl-tablets/pom.xml

+4-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
<groupId>com.baeldung.openltablets</groupId>
67
<artifactId>openl-tablets</artifactId>
@@ -30,4 +31,4 @@
3031
<openl.version>5.19.4</openl.version>
3132
</properties>
3233

33-
</project>
34+
</project>

rule-engines/pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
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>rule-engines</artifactId>
67
<name>rule-engines</name>
@@ -19,4 +20,4 @@
1920
<!-- <module>jess</module> --> <!-- requires dependencies which are not publicly available -->
2021
</modules>
2122

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

rule-engines/rulebook/pom.xml

+4-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
<groupId>com.baeldung.rulebook</groupId>
67
<artifactId>rulebook</artifactId>
@@ -25,4 +26,4 @@
2526
<rulebook.version>0.6.2</rulebook.version>
2627
</properties>
2728

28-
</project>
29+
</project>

rxjava-core/pom.xml

+3-2
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>rxjava-core</artifactId>
67
<version>1.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)