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