JAVA-26001_N_P: Fix formatting of POMs for modules N to P (#14959)
This commit is contained in:
parent
a44a7e4af1
commit
1cd77cb9ea
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>parent-spring-6</artifactId>
|
<artifactId>parent-spring-6</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<module>hibernate-queries</module>
|
<module>hibernate-queries</module>
|
||||||
<module>hibernate-enterprise</module>
|
<module>hibernate-enterprise</module>
|
||||||
<module>influxdb</module>
|
<module>influxdb</module>
|
||||||
<module>java-cassandra</module>
|
<module>java-cassandra</module>
|
||||||
<module>java-cockroachdb</module>
|
<module>java-cockroachdb</module>
|
||||||
<module>java-jdbi</module>
|
<module>java-jdbi</module>
|
||||||
<module>java-jpa</module> <!-- long running -->
|
<module>java-jpa</module> <!-- long running -->
|
||||||
@ -109,7 +109,6 @@
|
|||||||
<module>spring-mybatis</module>
|
<module>spring-mybatis</module>
|
||||||
<module>spring-persistence-simple</module>
|
<module>spring-persistence-simple</module>
|
||||||
<module>spring-data-yugabytedb</module>
|
<module>spring-data-yugabytedb</module>
|
||||||
|
|
||||||
<module>fauna</module>
|
<module>fauna</module>
|
||||||
<module>spring-data-rest</module>
|
<module>spring-data-rest</module>
|
||||||
<module>java-mongodb</module>
|
<module>java-mongodb</module>
|
||||||
|
@ -19,18 +19,18 @@
|
|||||||
<artifactId>spring-data-elasticsearch</artifactId>
|
<artifactId>spring-data-elasticsearch</artifactId>
|
||||||
<version>${spring-data-elasticsearch.version}</version>
|
<version>${spring-data-elasticsearch.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--These two dependencies are inherited from spring-data-elasticsearch. Overriding to the newer version
|
<!--These two dependencies are inherited from spring-data-elasticsearch. Overriding to the newer version
|
||||||
will break tests. -->
|
will break tests. -->
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>co.elastic.clients</groupId>-->
|
<!-- <groupId>co.elastic.clients</groupId>-->
|
||||||
<!-- <artifactId>elasticsearch-java</artifactId>-->
|
<!-- <artifactId>elasticsearch-java</artifactId>-->
|
||||||
<!-- <version>${elasticsearch.version}</version>-->
|
<!-- <version>${elasticsearch.version}</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
<!-- <dependency>-->
|
<!-- <dependency>-->
|
||||||
<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
|
<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
|
||||||
<!-- <artifactId>jackson-databind</artifactId>-->
|
<!-- <artifactId>jackson-databind</artifactId>-->
|
||||||
<!-- <version>${jackson.version}</version>-->
|
<!-- <version>${jackson.version}</version>-->
|
||||||
<!-- </dependency>-->
|
<!-- </dependency>-->
|
||||||
<!-- Here for backward compatibility-->
|
<!-- Here for backward compatibility-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch.client</groupId>
|
<groupId>org.elasticsearch.client</groupId>
|
||||||
@ -47,6 +47,7 @@
|
|||||||
<artifactId>spring-boot-autoconfigure</artifactId>
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -55,6 +56,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<spring-data-elasticsearch.version>5.1.2</spring-data-elasticsearch.version>
|
<spring-data-elasticsearch.version>5.1.2</spring-data-elasticsearch.version>
|
||||||
<elasticsearch.version>8.9.0</elasticsearch.version>
|
<elasticsearch.version>8.9.0</elasticsearch.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user