Skip to content

Commit 1a53db3

Browse files
committed
JAVA-5223: Fix formatting of POMs (Part 8)
1 parent 7534345 commit 1a53db3

34 files changed

Lines changed: 204 additions & 216 deletions

File tree

jee-7-security/pom.xml

Lines changed: 4 additions & 3 deletions
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>jee-7-security</artifactId>
67
<version>1.0-SNAPSHOT</version>
@@ -58,4 +59,4 @@
5859
<javax.mvc-api.version>1.0-pr</javax.mvc-api.version>
5960
</properties>
6061

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

jee-7/pom.xml

Lines changed: 6 additions & 13 deletions
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>jee-7</artifactId>
77
<version>1.0-SNAPSHOT</version>
@@ -41,7 +41,6 @@
4141
<version>${javaee_api.version}</version>
4242
<scope>provided</scope>
4343
</dependency>
44-
4544
<dependency>
4645
<groupId>org.jboss.arquillian.junit</groupId>
4746
<artifactId>arquillian-junit-container</artifactId>
@@ -60,14 +59,12 @@
6059
<version>${awaitility.version}</version>
6160
<scope>test</scope>
6261
</dependency>
63-
6462
<dependency>
6563
<groupId>org.jboss.shrinkwrap.resolver</groupId>
6664
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
6765
<scope>test</scope>
6866
<type>jar</type>
6967
</dependency>
70-
7168
<dependency>
7269
<groupId>org.jboss.shrinkwrap.resolver</groupId>
7370
<artifactId>shrinkwrap-resolver-impl-maven-archive</artifactId>
@@ -114,7 +111,6 @@
114111
<artifactId>standard</artifactId>
115112
<version>${taglibs.standard.version}</version>
116113
</dependency>
117-
118114
<dependency>
119115
<groupId>javax.mvc</groupId>
120116
<artifactId>javax.mvc-api</artifactId>
@@ -125,13 +121,11 @@
125121
<artifactId>ozark</artifactId>
126122
<version>${ozark.version}</version>
127123
</dependency>
128-
129124
<dependency>
130125
<groupId>org.springframework.security</groupId>
131126
<artifactId>spring-security-web</artifactId>
132127
<version>${org.springframework.security.version}</version>
133128
</dependency>
134-
135129
<dependency>
136130
<groupId>org.springframework.security</groupId>
137131
<artifactId>spring-security-config</artifactId>
@@ -143,7 +137,6 @@
143137
<version>${org.springframework.security.version}</version>
144138
</dependency>
145139
<!-- Batch dependencies -->
146-
147140
<dependency>
148141
<groupId>org.jboss.spec.javax.batch</groupId>
149142
<artifactId>jboss-batch-api_1.0_spec</artifactId>
@@ -210,8 +203,8 @@
210203
</plugins>
211204
<pluginManagement>
212205
<plugins>
213-
<!--This plugin's configuration is used to store Eclipse m2e settings
214-
only. It has no influence on the Maven build itself. -->
206+
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no
207+
influence on the Maven build itself. -->
215208
<plugin>
216209
<groupId>org.eclipse.m2e</groupId>
217210
<artifactId>lifecycle-mapping</artifactId>
@@ -242,7 +235,7 @@
242235
</lifecycleMappingMetadata>
243236
</configuration>
244237
</plugin>
245-
<!-- jax-ws maven plugin-->
238+
<!-- jax-ws maven plugin -->
246239
<plugin>
247240
<groupId>org.codehaus.mojo</groupId>
248241
<artifactId>jaxws-maven-plugin</artifactId>
@@ -539,4 +532,4 @@
539532
<jersey-container-jetty-servlet.version>2.22.1</jersey-container-jetty-servlet.version>
540533
</properties>
541534

542-
</project>
535+
</project>

jersey/pom.xml

Lines changed: 4 additions & 3 deletions
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
<artifactId>jersey</artifactId>
67
<version>0.0.1-SNAPSHOT</version>
@@ -97,4 +98,4 @@
9798
<jersey.version>2.26</jersey.version>
9899
</properties>
99100

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

jgit/pom.xml

Lines changed: 3 additions & 2 deletions
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>jgit</artifactId>
67
<version>1.0-SNAPSHOT</version>

jgroups/pom.xml

Lines changed: 4 additions & 3 deletions
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>jgroups</artifactId>
67
<version>0.1-SNAPSHOT</version>
@@ -31,4 +32,4 @@
3132
<jgroups.version>4.0.10.Final</jgroups.version>
3233
</properties>
3334

34-
</project>
35+
</project>

jib/pom.xml

Lines changed: 4 additions & 3 deletions
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>jib</artifactId>
67
<version>0.1-SNAPSHOT</version>
@@ -42,4 +43,4 @@
4243
<properties>
4344
<jib-maven-plugin.version>2.5.0</jib-maven-plugin.version>
4445
</properties>
45-
</project>
46+
</project>

jjwt/pom.xml

Lines changed: 4 additions & 8 deletions
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>io.jsonwebtoken</groupId>
67
<artifactId>jjwt</artifactId>
@@ -20,28 +21,23 @@
2021
<groupId>org.springframework.boot</groupId>
2122
<artifactId>spring-boot-devtools</artifactId>
2223
</dependency>
23-
2424
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-starter-thymeleaf</artifactId>
2727
</dependency>
28-
2928
<dependency>
3029
<groupId>org.springframework.boot</groupId>
3130
<artifactId>spring-boot-starter-security</artifactId>
3231
</dependency>
33-
3432
<dependency>
3533
<groupId>org.springframework.boot</groupId>
3634
<artifactId>spring-boot-starter-web</artifactId>
3735
</dependency>
38-
3936
<dependency>
4037
<groupId>io.jsonwebtoken</groupId>
4138
<artifactId>jjwt</artifactId>
4239
<version>${jjwt.version}</version>
4340
</dependency>
44-
4541
<dependency>
4642
<groupId>org.assertj</groupId>
4743
<artifactId>assertj-core</artifactId>
@@ -53,4 +49,4 @@
5349
<jjwt.version>0.7.0</jjwt.version>
5450
</properties>
5551

56-
</project>
52+
</project>

jmeter/pom.xml

Lines changed: 4 additions & 4 deletions
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>jmeter</artifactId>
67
<name>jmeter</name>
@@ -40,7 +41,6 @@
4041
<groupId>org.springframework.boot</groupId>
4142
<artifactId>spring-boot-maven-plugin</artifactId>
4243
</plugin>
43-
4444
<plugin>
4545
<groupId>com.lazerycode.jmeter</groupId>
4646
<artifactId>jmeter-maven-plugin</artifactId>
@@ -65,4 +65,4 @@
6565
<jmeter.version>2.6.0</jmeter.version>
6666
</properties>
6767

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

jmh/pom.xml

Lines changed: 3 additions & 3 deletions
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>jmh</artifactId>
67
<version>1.0-SNAPSHOT</version>
@@ -47,7 +48,6 @@
4748
</archive>
4849
</configuration>
4950
</plugin>
50-
5151
<plugin>
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-assembly-plugin</artifactId>

jooby/pom.xml

Lines changed: 4 additions & 3 deletions
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
<groupId>com.baeldung.jooby</groupId>
67
<artifactId>jooby</artifactId>
@@ -60,4 +61,4 @@
6061
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
6162
</properties>
6263

63-
</project>
64+
</project>

0 commit comments

Comments
 (0)