Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-common
Commits
45a8f337
Commit
45a8f337
authored
Sep 27, 2024
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除spring-data-jdbc
parent
8d7c3e1a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
5 deletions
+27
-5
pom.xml
isc-cloud-sdk/isc-sdk-dependencies/pom.xml
+19
-1
pom.xml
isc-cloud-sdk/isc-sdk-parent/pom.xml
+4
-4
pom.xml
isc-common-parent/pom.xml
+4
-0
No files found.
isc-cloud-sdk/isc-sdk-dependencies/pom.xml
View file @
45a8f337
...
@@ -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>
...
...
isc-cloud-sdk/isc-sdk-parent/pom.xml
View file @
45a8f337
...
@@ -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>
...
...
isc-common-parent/pom.xml
View file @
45a8f337
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment