|
|
|
@ -29,6 +29,11 @@
|
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-core-db</artifactId> |
|
|
|
|
<version>${bladex.tool.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>blade-core-cloud</artifactId> |
|
|
|
@ -86,16 +91,6 @@
|
|
|
|
|
<artifactId>spring-boot-starter-data-redis</artifactId> |
|
|
|
|
<version>2.1.6.RELEASE</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>tomcat-jdbc</artifactId> |
|
|
|
|
<groupId>org.apache.tomcat</groupId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-jwt</artifactId> |
|
|
|
@ -105,24 +100,6 @@
|
|
|
|
|
<artifactId>jjwt</artifactId> |
|
|
|
|
<version>0.9.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- MySql --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>mysql</groupId> |
|
|
|
|
<artifactId>mysql-connector-java</artifactId> |
|
|
|
|
<version>${mysql.connector.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- Oracle --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.hynnet</groupId> |
|
|
|
|
<artifactId>oracle-driver-ojdbc6</artifactId> |
|
|
|
|
<version>${oracle.connector.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- PostgreSql --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.postgresql</groupId> |
|
|
|
|
<artifactId>postgresql</artifactId> |
|
|
|
|
<version>${postgresql.connector.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|