|
@@ -438,6 +438,42 @@
|
|
|
<artifactId>jedis</artifactId>
|
|
|
<version>2.7.2</version>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>gson</groupId>
|
|
|
+ <artifactId>gson</artifactId>
|
|
|
+ <version>2.8.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/gson-2.8.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>min</groupId>
|
|
|
+ <artifactId>min</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/min-1.0.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>minencrypt</groupId>
|
|
|
+ <artifactId>minencrypt</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/minencrypt-1.0.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cache</groupId>
|
|
|
+ <artifactId>cache</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/cache-1.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>ueditor</groupId>
|
|
|
+ <artifactId>ueditor</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|