Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
DEMO
spring-boot
Commits
d19920ae
Commit
d19920ae
authored
Feb 07, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Cassandra Driver 4.4.0
Closes gh-20064
parent
fe325c06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
build.gradle
spring-boot-project/spring-boot-dependencies/build.gradle
+5
-3
build.gradle
...-starters/spring-boot-starter-data-cassandra/build.gradle
+3
-1
No files found.
spring-boot-project/spring-boot-dependencies/build.gradle
View file @
d19920ae
...
@@ -159,11 +159,13 @@ bom {
...
@@ -159,11 +159,13 @@ bom {
]
]
}
}
}
}
library
(
"Cassandra Driver"
,
"4.
3.1
"
)
{
library
(
"Cassandra Driver"
,
"4.
4.0
"
)
{
group
(
"com.datastax.oss"
)
{
group
(
"com.datastax.oss"
)
{
modules
=
[
modules
=
[
"java-driver-core"
,
"java-driver-core"
{
"java-driver-query-builder"
exclude
group:
"org.slf4j"
,
module:
"jcl-over-slf4j"
},
"java-drive-query-builder"
]
]
}
}
}
}
...
...
spring-boot-project/spring-boot-starters/spring-boot-starter-data-cassandra/build.gradle
View file @
d19920ae
...
@@ -8,5 +8,7 @@ dependencies {
...
@@ -8,5 +8,7 @@ dependencies {
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
platform
(
project
(
":spring-boot-project:spring-boot-dependencies"
)))
api
(
project
(
":spring-boot-project:spring-boot-starters:spring-boot-starter"
))
api
(
project
(
":spring-boot-project:spring-boot-starters:spring-boot-starter"
))
api
(
"org.springframework:spring-tx"
)
api
(
"org.springframework:spring-tx"
)
api
(
"org.springframework.data:spring-data-cassandra"
)
api
(
"org.springframework.data:spring-data-cassandra"
)
{
exclude
group:
"org.slf4j"
,
module:
"jcl-over-slf4j"
}
}
}
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