xujunwei 1 gadu atpakaļ
vecāks
revīzija
153e9a7762
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -356,6 +356,19 @@
             <version>1.2.3</version>
         </dependency>
 
+        <!--测试环境报错-->
+        <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+            <version>2.6.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.jasypt</groupId>
+            <artifactId>jasypt</artifactId>
+            <version>1.9.3</version>
+            <scope>compile</scope>
+        </dependency>
+
     </dependencies>
 
     <build>