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
719ac5fc
Commit
719ac5fc
authored
Sep 07, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Couchbase Client 2.5.0
Closes gh-10201
parent
518cafe1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
pom.xml
...-boot-starters/spring-boot-starter-data-couchbase/pom.xml
+4
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
719ac5fc
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
<commons-lang3.version>
3.6
</commons-lang3.version>
<commons-lang3.version>
3.6
</commons-lang3.version>
<commons-pool.version>
1.6
</commons-pool.version>
<commons-pool.version>
1.6
</commons-pool.version>
<commons-pool2.version>
2.4.2
</commons-pool2.version>
<commons-pool2.version>
2.4.2
</commons-pool2.version>
<couchbase-client.version>
2.
4.7
</couchbase-client.version>
<couchbase-client.version>
2.
5.0
</couchbase-client.version>
<couchbase-cache-client.version>
2.1.0
</couchbase-cache-client.version>
<couchbase-cache-client.version>
2.1.0
</couchbase-cache-client.version>
<derby.version>
10.13.1.1
</derby.version>
<derby.version>
10.13.1.1
</derby.version>
<dom4j.version>
1.6.1
</dom4j.version>
<dom4j.version>
1.6.1
</dom4j.version>
...
...
spring-boot-starters/spring-boot-starter-data-couchbase/pom.xml
View file @
719ac5fc
...
@@ -31,6 +31,10 @@
...
@@ -31,6 +31,10 @@
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
jcl-over-slf4j
</artifactId>
<artifactId>
jcl-over-slf4j
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.couchbase.mock
</groupId>
<artifactId>
CouchbaseMock
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
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