This is an automated email from the ASF dual-hosted git repository. zhangyonglun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git
commit 6443fc0645a40a34567e482f6d300cffe519aaf6 Author: keker(zhaoke) <[email protected]> AuthorDate: Thu Jul 23 16:07:23 2020 +0800 remove javax.transaction-api dependency. --- .../shardingsphere-elasticjob-cloud-ui-backend/pom.xml | 10 +++++----- .../shardingsphere-elasticjob-lite-ui-backend/pom.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml index e23e1cb..f07ba8e 100644 --- a/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml +++ b/shardingsphere-elasticjob-cloud-ui/shardingsphere-elasticjob-cloud-ui-backend/pom.xml @@ -25,12 +25,12 @@ </parent> <artifactId>shardingsphere-elasticjob-cloud-ui-backend</artifactId> <name>${project.artifactId}</name> - + <properties> <spring-boot.version>2.3.1.RELEASE</spring-boot.version> <springframework.version>5.2.7.RELEASE</springframework.version> </properties> - + <dependencies> <dependency> <groupId>org.apache.shardingsphere.elasticjob</groupId> @@ -117,14 +117,14 @@ <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency> - + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>compile</scope> </dependency> </dependencies> - + <build> <finalName>shardingsphere-elasticjob-cloud-ui</finalName> <plugins> @@ -146,7 +146,7 @@ </resources> </configuration> </plugin> - + <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> diff --git a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml index 98bbfa3..f0c2838 100644 --- a/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml +++ b/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/pom.xml @@ -25,12 +25,12 @@ </parent> <artifactId>shardingsphere-elasticjob-lite-ui-backend</artifactId> <name>${project.artifactId}</name> - + <properties> <spring-boot.version>2.3.1.RELEASE</spring-boot.version> <springframework.version>5.2.7.RELEASE</springframework.version> </properties> - + <dependencies> <dependency> <groupId>org.apache.shardingsphere.elasticjob</groupId> @@ -117,7 +117,7 @@ <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency> - + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId>
