JAVA-26001_N_P: Fix formatting of POMs for modules N to P (#14959)

This commit is contained in:
Bipin kumar 2023-10-19 15:26:23 +05:30 committed by GitHub
parent a44a7e4af1
commit 1cd77cb9ea
3 changed files with 17 additions and 16 deletions

View File

@ -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>

View File

@ -21,16 +21,16 @@
</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>