소스 검색

测试环境报错

xujunwei 2 년 전
부모
커밋
d2364e0d76
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      framework-boot/pom.xml

+ 7 - 0
framework-boot/pom.xml

@@ -20,6 +20,13 @@
 
     <dependencies>
 
+        <!--测试环境报错-->
+        <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+            <version>2.6.1</version>
+        </dependency>
+
         <dependency>
             <groupId>com.mrxu</groupId>
             <artifactId>framework-common</artifactId>