浏览代码

fix conflict

Looly 5 年之前
父节点
当前提交
17e91a6388
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hutool-script/pom.xml

+ 6 - 0
hutool-script/pom.xml

@@ -45,6 +45,12 @@
 			<version>${groovy.version}</version>
 			<type>pom</type>
 			<scope>provided</scope>
+			<exclusions>
+				<exclusion>
+					<artifactId>junit</artifactId>
+					<groupId>junit</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 	</dependencies>
 </project>