Skip to content
Snippets Groups Projects
Commit be4e1342 authored by Simon Spinner's avatar Simon Spinner
Browse files

Add RabbitMQ client lib to target platform.

parent 500722a3
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde?>
<!-- generated with https://github.com/mbarbero/fr.obeo.releng.targetplatform -->
<target name="PRISMA Target Platform" sequenceNumber="1459265426">
<target name="PRISMA Target Platform" sequenceNumber="1461503705">
<locations>
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.eclipse.net4j.sdk.feature.group" version="4.4.1.v20160215-1106"/>
......@@ -54,6 +54,7 @@
<location includeMode="slicer" includeAllPlatforms="false" includeSource="false" includeConfigurePhase="false" type="InstallableUnit">
<unit id="org.fest.util" version="1.2.5.v02"/>
<unit id="org.fest.assertions.core" version="2.0.0.M10-v02"/>
<unit id="com.rabbitmq.client" version="3.6.1"/>
<repository location="https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/"/>
</location>
</locations>
......
......@@ -51,4 +51,5 @@ location "https://se4.informatik.uni-wuerzburg.de/librede/downloads/snapshot" {
location "https://se4.informatik.uni-wuerzburg.de/thirdparty/repository/" {
org.fest.util
org.fest.assertions.core
com.rabbitmq.client
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment