You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ki...@apache.org on 2020/07/23 09:21:12 UTC

[shardingsphere-elasticjob-ui] 43/47: remove javax.transaction-api dependency.

This is an automated email from the ASF dual-hosted git repository.

kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-ui.git

commit 6443fc0645a40a34567e482f6d300cffe519aaf6
Author: keker(zhaoke) <as...@163.com>
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>