This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 4fbf7e9 Update xml format (#13841)
4fbf7e9 is described below
commit 4fbf7e9b7bd4df7572a76d53cd8ba2691c5530db
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Nov 29 12:52:19 2021 +0800
Update xml format (#13841)
---
pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8b87112..e2f01da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,11 +108,11 @@
<calcite.version>1.27.0</calcite.version>
<embedded-mysql.version>4.6.1</embedded-mysql.version>
<embedded-postgresql.version>2.10</embedded-postgresql.version>
-
+
<jaxb.version>2.3.0</jaxb.version>
<annotation-api.version>1.3.2</annotation-api.version>
<activation-api.version>1.2.0</activation-api.version>
-
+
<!-- Plugin versions -->
<apache-rat-plugin.version>0.12</apache-rat-plugin.version>
<takari-maven-plugin.version>0.6.1</takari-maven-plugin.version>
@@ -144,10 +144,10 @@
<docker-compose-maven-plugin.version>4.0.0</docker-compose-maven-plugin.version>
<checksum-maven-plugin.version>1.10</checksum-maven-plugin.version>
<templating-maven-plugin.version>1.0.0</templating-maven-plugin.version>
-
+
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
-
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -284,7 +284,7 @@
<artifactId>calcite-core</artifactId>
<version>${calcite.version}</version>
</dependency>
-
+
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
@@ -966,7 +966,7 @@
</plugin>
</plugins>
</build>
-
+
<profiles>
<profile>
<id>jdk11+</id>
@@ -1002,7 +1002,7 @@
</dependencies>
</profile>
</profiles>
-
+
<reporting>
<plugins>
<plugin>