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
97af88a8
Commit
97af88a8
authored
Sep 20, 2013
by
Greg Turnquist
Committed by
Dave Syer
Sep 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch activemq to version 5.4.0 to avoid slf4j issue
parent
04ba4d06
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
jms.groovy
spring-boot-cli/samples/jms.groovy
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-cli/samples/jms.groovy
View file @
97af88a8
package
org.test
package
org.test
@Grab
(
"org.apache.activemq:activemq-all:5.
2
.0"
)
@Grab
(
"org.apache.activemq:activemq-all:5.
4
.0"
)
import
java.util.concurrent.CountDownLatch
import
java.util.concurrent.CountDownLatch
...
...
spring-boot-dependencies/pom.xml
View file @
97af88a8
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<version>
0.5.0.BUILD-SNAPSHOT
</version>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<properties>
<properties>
<activemq.version>
5.
7
.0
</activemq.version>
<activemq.version>
5.
4
.0
</activemq.version>
<aspectj.version>
1.7.3
</aspectj.version>
<aspectj.version>
1.7.3
</aspectj.version>
<commons-dbcp.version>
1.4
</commons-dbcp.version>
<commons-dbcp.version>
1.4
</commons-dbcp.version>
<commons-httpclient.version>
3.1
</commons-httpclient.version>
<commons-httpclient.version>
3.1
</commons-httpclient.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