فهرست منبع

调整依赖,治好强迫症

周浩 9 سال پیش
والد
کامیت
be1fb68b33
1فایلهای تغییر یافته به همراه11 افزوده شده و 14 حذف شده
  1. 11 14
      hsweb-web-service-impl-common/pom.xml

+ 11 - 14
hsweb-web-service-impl-common/pom.xml

@@ -13,6 +13,12 @@
     <dependencies>
 
         <!--test-->
+        <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+            <version>2.2</version>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.hsweb</groupId>
@@ -24,7 +30,6 @@
             <artifactId>spring-boot-starter-web</artifactId>
             <scope>test</scope>
         </dependency>
-
         <dependency>
             <groupId>com.oracle</groupId>
             <artifactId>ojdbc14</artifactId>
@@ -41,6 +46,11 @@
             <artifactId>wb-office</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.webbuilder</groupId>
+            <artifactId>wb-sql-util</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
@@ -55,18 +65,6 @@
             <artifactId>hsweb-web-concurrent-lock</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>javax.el</groupId>
-            <artifactId>el-api</artifactId>
-            <version>2.2</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.webbuilder</groupId>
-            <artifactId>wb-sql-util</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.hsweb</groupId>
             <artifactId>hsweb-web-core</artifactId>
@@ -87,6 +85,5 @@
             <artifactId>spring-boot-starter-jdbc</artifactId>
         </dependency>
 
-
     </dependencies>
 </project>