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