Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker-TeeTime-Stages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeeTime
Kieker-TeeTime-Stages
Commits
b5e56a01
Commit
b5e56a01
authored
8 years ago
by
Lars Erik Blümke
Browse files
Options
Downloads
Patches
Plain Diff
added ActiveMQ for JMSReaderTest
parent
c605921e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+10
-0
10 additions, 0 deletions
pom.xml
with
10 additions
and
0 deletions
pom.xml
+
10
−
0
View file @
b5e56a01
...
...
@@ -123,6 +123,8 @@
<artifactId>
amqp-client
</artifactId>
<version>
3.6.1
</version>
</dependency>
<!-- Embedded AMQP broker for testing the AMQPReader -->
<!-- Note: Above version 0.28 the security providers were refactored and require encryption-->
<dependency>
<groupId>
org.apache.qpid
</groupId>
<artifactId>
qpid-broker
</artifactId>
...
...
@@ -135,9 +137,17 @@
</exclusion>
</exclusions>
</dependency>
<!-- ActiveMQ is used for testing the JMSReader -->
<!-- Note: Above version 5.12.1 ActiveMQ enforces users to explicitly whitelist
packages that can be exchanged using ObjectMessages (see http://activemq.apache.org/objectmessage.html) -->
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-broker
</artifactId>
<version>
5.12.1
</version>
</dependency>
<dependency>
<groupId>
org.apache.activemq
</groupId>
<artifactId>
activemq-kahadb-store
</artifactId>
<version>
5.13.3
</version>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment