浏览代码

打包pom调整

hujie 1 年之前
父节点
当前提交
dc1b37fcf3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cn.com.taiji.system/pom.xml

+ 2 - 0
cn.com.taiji.system/pom.xml

@@ -221,6 +221,8 @@
     		<groupId>org.springframework</groupId> 
    			 <artifactId>activation</artifactId>
    			 <version>1.1.1</version>
+			<scope>system</scope>
+			<systemPath>${project.basedir}/lib/activation-1.1.1.jar</systemPath>
 		</dependency>
 		<dependency>
    			<groupId>org.springframework</groupId>