Skip to content

Commit 5d9d19e

Browse files
authored
JAVA-47988: Fix formatting of POMs from algorithms-modules to spring-data-jpa-query-5 (#18695)
1 parent 4a617a5 commit 5d9d19e

File tree

161 files changed

+647
-701
lines changed

Some content is hidden

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

161 files changed

+647
-701
lines changed

algorithms-modules/algorithms-miscellaneous-5/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<version>0.0.1-SNAPSHOT</version>
88
<name>algorithms-miscellaneous-5</name>
99

10-
1110
<parent>
1211
<groupId>com.baeldung</groupId>
1312
<artifactId>algorithms-modules</artifactId>

algorithms-modules/algorithms-miscellaneous-8/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
<version>${commons-math3.version}</version>
2121
</dependency>
2222
</dependencies>
23+
2324
</project>

algorithms-modules/algorithms-numeric/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,21 @@
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

16-
<properties>
17-
<jmh.version>1.35</jmh.version>
18-
</properties>
19-
2016
<dependencies>
2117
<dependency>
2218
<groupId>org.openjdk.jmh</groupId>
2319
<artifactId>jmh-core</artifactId>
2420
<version>${jmh.version}</version>
2521
</dependency>
26-
2722
<dependency>
2823
<groupId>org.openjdk.jmh</groupId>
2924
<artifactId>jmh-generator-annprocess</artifactId>
3025
<version>${jmh.version}</version>
3126
</dependency>
3227
</dependencies>
3328

29+
<properties>
30+
<jmh.version>1.35</jmh.version>
31+
</properties>
32+
3433
</project>
Lines changed: 2 additions & 5 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>algorithms-sorting-3</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
@@ -13,7 +13,4 @@
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

16-
<dependencies>
17-
</dependencies>
18-
1916
</project>

apache-cxf-modules/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<packaging>pom</packaging>
99
<name>apache-cxf-modules</name>
1010

11-
1211
<parent>
1312
<groupId>com.baeldung</groupId>
1413
<artifactId>parent-modules</artifactId>

apache-httpclient4/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
</exclusion>
101101
</exclusions>
102102
</dependency>
103-
104103
<!-- utils -->
105104
<dependency>
106105
<groupId>org.apache.commons</groupId>

apache-kafka-3/pom.xml

Lines changed: 2 additions & 2 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>apache-kafka-3</artifactId>
77
<name>apache-kafka-3</name>

apache-kafka/pom.xml

Lines changed: 2 additions & 3 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>apache-kafka</artifactId>
77
<name>apache-kafka</name>
@@ -101,7 +101,6 @@
101101
<version>${lombok.version}</version>
102102
<scope>provided</scope>
103103
</dependency>
104-
105104
</dependencies>
106105

107106
<build>

apache-libraries-3/pom.xml

Lines changed: 2 additions & 5 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>apache-libraries-3</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
@@ -19,13 +19,11 @@
1919
<artifactId>accumulo-core</artifactId>
2020
<version>${accumulo.core}</version>
2121
</dependency>
22-
2322
<dependency>
2423
<groupId>org.apache.avro</groupId>
2524
<artifactId>avro</artifactId>
2625
<version>${avro.version}</version>
2726
</dependency>
28-
2927
<dependency>
3028
<groupId>net.javacrumbs.json-unit</groupId>
3129
<artifactId>json-unit-assertj</artifactId>
@@ -72,7 +70,6 @@
7270
<artifactId>camel-graphql</artifactId>
7371
<version>${camel.version}</version>
7472
</dependency>
75-
7673
</dependencies>
7774

7875
<properties>

apache-libraries/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
<artifactId>mesos</artifactId>
7979
<version>${mesos.library.version}</version>
8080
</dependency>
81-
8281
<dependency>
8382
<groupId>net.javacrumbs.json-unit</groupId>
8483
<artifactId>json-unit-assertj</artifactId>
@@ -121,7 +120,8 @@
121120

122121
<properties>
123122
<bval.version>3.0.1</bval.version>
124-
<jakarta.validation.validation-api.version>3.1.0</jakarta.validation.validation-api.version><opennlp.opennlp-tools.version>1.8.4</opennlp.opennlp-tools.version>
123+
<jakarta.validation.validation-api.version>3.1.0</jakarta.validation.validation-api.version>
124+
<opennlp.opennlp-tools.version>1.8.4</opennlp.opennlp-tools.version>
125125
<solr.solr-solrj.version>6.4.0</solr.solr-solrj.version>
126126
<apache.avro.version>1.12.0</apache.avro.version>
127127
<mesos.library.version>1.11.0</mesos.library.version>

0 commit comments

Comments
 (0)