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
fec136e2
Commit
fec136e2
authored
May 12, 2014
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.0.x'
Conflicts: spring-boot-dependencies/pom.xml
parents
59a899a4
f761daf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
pom.xml
spring-boot-actuator/pom.xml
+5
-0
CrshAutoConfigurationTests.java
...oot/actuate/autoconfigure/CrshAutoConfigurationTests.java
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-actuator/pom.xml
View file @
fec136e2
...
...
@@ -122,6 +122,11 @@
<artifactId>
logback-classic
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.crashub
</groupId>
<artifactId>
crash.connectors.telnet
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-test
</artifactId>
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/autoconfigure/CrshAutoConfigurationTests.java
View file @
fec136e2
...
...
@@ -29,7 +29,7 @@ import org.crsh.lang.groovy.GroovyRepl;
import
org.crsh.plugin.PluginContext
;
import
org.crsh.plugin.PluginLifeCycle
;
import
org.crsh.plugin.ResourceKind
;
import
org.crsh.
processor.term
.ProcessorIOHandler
;
import
org.crsh.
telnet.term.processor
.ProcessorIOHandler
;
import
org.crsh.vfs.Resource
;
import
org.junit.After
;
import
org.junit.Test
;
...
...
spring-boot-dependencies/pom.xml
View file @
fec136e2
...
...
@@ -51,7 +51,7 @@
<codahale-metrics.version>
3.0.2
</codahale-metrics.version>
<commons-dbcp.version>
1.4
</commons-dbcp.version>
<commons-pool.version>
1.6
</commons-pool.version>
<crashub.version>
1.3.0-beta1
4
</crashub.version>
<crashub.version>
1.3.0-beta1
8
</crashub.version>
<flyway.version>
3.0
</flyway.version>
<freemarker.version>
2.3.20
</freemarker.version>
<gemfire.version>
7.0.2
</gemfire.version>
...
...
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