Commit 44bea18a authored by wangtp's avatar wangtp

版本更新

parent 2e08ebaa
...@@ -32,12 +32,19 @@ ...@@ -32,12 +32,19 @@
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor.jar</systemPath> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.baidu</groupId> <groupId>com.hyperic</groupId>
<artifactId>ueditor</artifactId> <artifactId>sigar</artifactId>
<version>1.4.3</version> <version>1.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/sigar.jar</systemPath> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/sigar.jar</systemPath>
</dependency> </dependency>
<dependency>
<groupId>com.jagregory</groupId>
<artifactId>shiro</artifactId>
<version>0.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/shiro-freemarker-tags-0.1-SNAPSHOT.jar</systemPath>
</dependency>
<dependency> <dependency>
<groupId>net.gplatform</groupId> <groupId>net.gplatform</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment