|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
<jdk.version>1.8</jdk.version>
|
|
|
|
|
<mockito.version>1.9.5</mockito.version>
|
|
|
|
|
<!--<spring.version>3.2.2.RELEASE</spring.version>-->
|
|
|
|
|
<shiro.version>1.2.2</shiro.version>
|
|
|
|
|
<shiro.version>2.0.0</shiro.version>
|
|
|
|
|
<jetty.version>7.6.11.v20130520</jetty.version>
|
|
|
|
|
<servlet.version>2.4</servlet.version>
|
|
|
|
|
<jsp.version>2.1</jsp.version>
|
|
|
|
@ -139,11 +139,11 @@
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.manage</groupId>
|
|
|
|
|
<artifactId>power-foundation</artifactId>
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.manage</groupId>-->
|
|
|
|
|
<!-- <artifactId>power-foundation</artifactId>-->
|
|
|
|
|
<!-- <version>1.0-SNAPSHOT</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.manage</groupId>
|
|
|
|
@ -313,11 +313,11 @@
|
|
|
|
|
<!-- JSP相关 -->
|
|
|
|
|
<!-- jsTree -->
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.webjars.bower/jstree -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.webjars.bower</groupId>
|
|
|
|
|
<artifactId>jstree</artifactId>
|
|
|
|
|
<version>3.3.4</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.webjars.bower</groupId>-->
|
|
|
|
|
<!-- <artifactId>jstree</artifactId>-->
|
|
|
|
|
<!-- <version>3.3.4</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/commons-dbutils/commons-dbutils -->
|
|
|
|
|
<dependency>
|
|
|
|
@ -363,58 +363,62 @@
|
|
|
|
|
<version>${jedis.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- solr客户端 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.solr</groupId>
|
|
|
|
|
<artifactId>solr-solrj</artifactId>
|
|
|
|
|
<version>${solrj.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- OpenSDK中转CGI接口(后台接口):经由 opensdk 确认登记后,才可以进行上报 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.manage</groupId>
|
|
|
|
|
<artifactId>framework-open-sdk</artifactId>
|
|
|
|
|
<version>${framework.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
|
|
|
<version>1.3.0.RELEASE</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.solr</groupId>-->
|
|
|
|
|
<!-- <artifactId>solr-solrj</artifactId>-->
|
|
|
|
|
<!-- <version>${solrj.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- <!– OpenSDK中转CGI接口(后台接口):经由 opensdk 确认登记后,才可以进行上报 –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.manage</groupId>-->
|
|
|
|
|
<!-- <artifactId>framework-open-sdk</artifactId>-->
|
|
|
|
|
<!-- <version>${framework.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.springframework.data</groupId>-->
|
|
|
|
|
<!-- <artifactId>spring-data-jpa</artifactId>-->
|
|
|
|
|
<!-- <version>1.3.0.RELEASE</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- SECURITY begin :进行用户认证以及授予权限的时候,通过各种各样的拦截器来控制权限的访问,从而实现安全 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-spring</artifactId>
|
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.shiro</groupId>
|
|
|
|
|
<artifactId>shiro-ehcache</artifactId>
|
|
|
|
|
<version>${shiro.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.shiro</groupId>-->
|
|
|
|
|
<!-- <artifactId>shiro-spring</artifactId>-->
|
|
|
|
|
<!-- <version>2.0.0-alpha-1</version>-->
|
|
|
|
|
<!-- <scope>system</scope>-->
|
|
|
|
|
<!-- <systemPath>${project.basedir}/lib/shiro-spring-2.0.0-alpha-1.jar</systemPath>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.shiro</groupId>-->
|
|
|
|
|
<!-- <artifactId>shiro-ehcache</artifactId>-->
|
|
|
|
|
<!-- <version>2.0.0-alpha-1</version>-->
|
|
|
|
|
<!-- <scope>system</scope>-->
|
|
|
|
|
<!-- <systemPath>${project.basedir}/lib/shiro-ehcache-2.0.0-alpha-1.jar</systemPath>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- SECURITY end -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 工作流 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
<artifactId>activiti-engine</artifactId>
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.activiti</groupId>
|
|
|
|
|
<artifactId>activiti-spring</artifactId>
|
|
|
|
|
<version>${activiti.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- groovy脚本引擎 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
|
<artifactId>groovy-all</artifactId>
|
|
|
|
|
<version>${groovy.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.activiti</groupId>-->
|
|
|
|
|
<!-- <artifactId>activiti-engine</artifactId>-->
|
|
|
|
|
<!-- <version>${activiti.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.activiti</groupId>-->
|
|
|
|
|
<!-- <artifactId>activiti-spring</artifactId>-->
|
|
|
|
|
<!-- <version>${activiti.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!-- <!– groovy脚本引擎 –>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.codehaus.groovy</groupId>-->
|
|
|
|
|
<!-- <artifactId>groovy-all</artifactId>-->
|
|
|
|
|
<!-- <version>${groovy.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.mchange</groupId>
|
|
|
|
|