|
@ -47,9 +47,8 @@
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security.oauth</groupId>
|
|
|
<artifactId>spring-security-oauth2</artifactId>
|
|
|
<version>2.0.14.RELEASE</version>
|
|
|
<groupId>org.springframework.security.oauth.boot</groupId>
|
|
|
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@ -81,7 +80,7 @@
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>${version.json-lib}</version>
|
|
|
<version>2.4</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.slf4j</groupId>
|
|
@ -132,7 +131,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>mysql-starter</artifactId>
|
|
|
<version>${version.yihu-common}</version>
|
|
|
<version>2.0.0</version>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
@ -145,7 +144,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.ylz.loginsdk</groupId>
|
|
|
<artifactId>ehcsdk</artifactId>
|
|
|
<version>${version.ylz-loginsdk}</version>
|
|
|
<version>1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
@ -165,28 +164,28 @@
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.kaptcha</groupId>
|
|
|
<artifactId>kaptcha</artifactId>
|
|
|
<version>${version.kaptcha}</version>
|
|
|
<version>2.3</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>sms-service</artifactId>
|
|
|
<version>${version.wlyy-common}</version>
|
|
|
<version>2.4.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>axis</groupId>
|
|
|
<artifactId>axis-jaxrpc</artifactId>
|
|
|
<version>${version.axis}</version>
|
|
|
<version>1.4</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.axis</groupId>
|
|
|
<artifactId>axis</artifactId>
|
|
|
<version>${version.axis}</version>
|
|
|
<version>1.4</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-discovery</groupId>
|
|
|
<artifactId>commons-discovery</artifactId>
|
|
|
<version>${version.commons-discovery}</version>
|
|
|
<version>0.5</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.wsdl</groupId>
|
|
@ -197,7 +196,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.oracle</groupId>
|
|
|
<artifactId>ojdbc6</artifactId>
|
|
|
<version>${version.oracle}</version>
|
|
|
<version>11.2.0.3</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|