소스 검색

测试环境

xujunwei 1 년 전
부모
커밋
153e9a7762
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -356,6 +356,19 @@
             <version>1.2.3</version>
             <version>1.2.3</version>
         </dependency>
         </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>
     </dependencies>
 
 
     <build>
     <build>