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
ccf7de90
Commit
ccf7de90
authored
Feb 25, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Infinispan 8.1.2.Final
Closes gh-5245
parent
a3c118f7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
5 deletions
+28
-5
pom.xml
spring-boot-actuator/pom.xml
+1
-1
pom.xml
spring-boot-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+25
-2
pom.xml
spring-boot-docs/pom.xml
+1
-1
No files found.
spring-boot-actuator/pom.xml
View file @
ccf7de90
...
...
@@ -123,7 +123,7 @@
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4
</artifactId>
<artifactId>
infinispan-spring4
-embedded
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
...
...
spring-boot-autoconfigure/pom.xml
View file @
ccf7de90
...
...
@@ -272,7 +272,7 @@
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4
</artifactId>
<artifactId>
infinispan-spring4
-embedded
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
...
...
spring-boot-dependencies/pom.xml
View file @
ccf7de90
...
...
@@ -84,7 +84,7 @@
<httpasyncclient.version>
4.1.1
</httpasyncclient.version>
<httpclient.version>
4.5.1
</httpclient.version>
<httpcore.version>
4.4.4
</httpcore.version>
<infinispan.version>
8.
0
.2.Final
</infinispan.version>
<infinispan.version>
8.
1
.2.Final
</infinispan.version>
<jackson.version>
2.6.5
</jackson.version>
<janino.version>
2.7.8
</janino.version>
<javassist.version>
3.18.1-GA
</javassist.version>
<!-- Same as Hibernate -->
...
...
@@ -1604,7 +1604,30 @@
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4
</artifactId>
<artifactId>
infinispan-spring4-common
</artifactId>
<version>
${infinispan.version}
</version>
<exclusions>
<exclusion>
<groupId>
commons-logging
</groupId>
<artifactId>
commons-logging
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-jcl
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4-embedded
</artifactId>
<version>
${infinispan.version}
</version>
<exclusions>
<exclusion>
...
...
spring-boot-docs/pom.xml
View file @
ccf7de90
...
...
@@ -345,7 +345,7 @@
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4
</artifactId>
<artifactId>
infinispan-spring4
-embedded
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
...
...
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