aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-07-03 15:19:52 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-07-03 15:30:54 +0100
commitdd6627d723a23bada5721d5d7bd7121ebd0c3245 (patch)
tree38f51cef27d0d70d862ef95dff4dc17b179b3626 /plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml
parent436d824ea21f56cf5c055a2f41d940e1145dea35 (diff)
Remove JMS dependencies with license problems
The JMS API dependency wa removed by checking for the methods using refection rather than casting the objects. The other JMS dependencies were not needed. Issue-ID: POLICY-905 Change-Id: I9146ede67e97c0e0ccc8a9a8a20f98f1b9e5390d Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml')
-rw-r--r--plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml
index 98328951e..e2518031a 100644
--- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml
+++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-jms/pom.xml
@@ -33,12 +33,4 @@
<properties>
<apex-plugins-event-protocol-jms-dir>${project.basedir}/src</apex-plugins-event-protocol-jms-dir>
</properties>
-
- <dependencies>
- <dependency>
- <groupId>javax.jms</groupId>
- <artifactId>javax.jms-api</artifactId>
- <version>2.0.1</version>
- </dependency>
- </dependencies>
</project> \ No newline at end of file