Commit 45a8f337 by hulei

去除spring-data-jdbc

parent 8d7c3e1a
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<netflix-hystrix.version>2.2.10.RELEASE</netflix-hystrix.version> <netflix-hystrix.version>2.2.10.RELEASE</netflix-hystrix.version>
<bes.version>9.5.2.007</bes.version> <bes.version>9.5.2.007</bes.version>
<jasypt-spring.version>3.0.2</jasypt-spring.version> <jasypt-spring.version>3.0.2</jasypt-spring.version>
<oracle-driver.version>11.2.0.4</oracle-driver.version>
<pagehelper.version>1.4.6</pagehelper.version> <pagehelper.version>1.4.6</pagehelper.version>
<feign-jaxrs.version>10.12</feign-jaxrs.version> <feign-jaxrs.version>10.12</feign-jaxrs.version>
<jboss-jaxrs-api.version>2.0.1.Final</jboss-jaxrs-api.version> <jboss-jaxrs-api.version>2.0.1.Final</jboss-jaxrs-api.version>
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
<jsoup.version>1.14.3</jsoup.version> <jsoup.version>1.14.3</jsoup.version>
<camel.version>3.14.7</camel.version> <camel.version>3.14.7</camel.version>
<xxl-job.version>2.2.0</xxl-job.version> <xxl-job.version>2.2.0</xxl-job.version>
<oracle-driver.version>11.2.0.4</oracle-driver.version>
<mysql-driver.version>8.0.28</mysql-driver.version>
<dm-driver.version>8.1.2.192</dm-driver.version>
</properties> </properties>
...@@ -392,6 +395,21 @@ ...@@ -392,6 +395,21 @@
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>${xxl-job.version}</version> <version>${xxl-job.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
<version>${dm-driver.version}</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql-driver.version}</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc6</artifactId>
<version>${oracle-driver.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
......
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId> <artifactId>spring-boot-configuration-processor</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>org.springframework.boot</groupId> <!-- <groupId>org.springframework.boot</groupId>-->
<artifactId>spring-boot-starter-data-jdbc</artifactId> <!-- <artifactId>spring-boot-starter-data-jdbc</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
......
...@@ -168,6 +168,10 @@ ...@@ -168,6 +168,10 @@
<groupId>com.brilliance.isc</groupId> <groupId>com.brilliance.isc</groupId>
<artifactId>isc-sdk-core</artifactId> <artifactId>isc-sdk-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.dameng</groupId>
<artifactId>DmJdbcDriver18</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
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