diff --git a/pom.xml b/pom.xml
index 69c1a4c4ec..ba7de5e836 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,14 +41,10 @@
1.1
1.3
0.1.0
- 1.10.7_1
- 1.0
1.1.0
- 1.1.1
1.0-M3-dev
2.25.2
[2.20,3)
- 2.2
1.9.4
3.2.2
1.2.3
@@ -62,13 +58,10 @@
2.0.0.AM25
3.17.0
1.1.1
- 1.0
28.2-jre
1.2.1
1.11
1.22
- 0.1.8
- 1.8.0.12
4.5.13
4.4.13
1.2.0.Beta4
@@ -88,7 +81,6 @@
1.1.1
4.13.1
1.3
- 2.0
4.2.10
0.9
0.9
@@ -98,10 +90,8 @@
5.2.4
1.6.5
1.16
- 1.2.0
10.14.2.0
6.0.0
- 1.1.2
1.4.0
3.4.14
0.33.8
@@ -111,8 +101,6 @@
4.1.53.Final
1.3
1.15.0
- 9.5.1-5
- 9.5.1-5_1
3.1.0
2.11.11
1.7.0
@@ -123,8 +111,6 @@
1.2.5
2.2
2.7.2
- 3.1.0
- 2.6.0_2
1.1.4c
1.4.14
4.18
@@ -693,12 +679,6 @@
${commons-collections-version}
-
- org.apache.openjpa
- openjpa-persistence-jdbc
- ${openjpa-version}
-
-
org.apache.shiro
@@ -842,15 +822,6 @@
${regexp-version}
-
-
-
org.apache.commons
commons-dbcp2
@@ -863,15 +834,6 @@
${commons-pool2-version}
-
-
-
activemq
@@ -885,21 +847,6 @@
1.5.0
-
-
-
-
-
- org.apache.xmlbeans
- xmlbeans
- ${xmlbeans-version}
-
-
- org.apache.xmlbeans
- xmlbeans-xpath
- ${xmlbeans-version}
-
-
activesoap
@@ -991,12 +938,6 @@
${taglibs-version}
-
- aopalliance
- aopalliance
- ${aopalliance-version}
-
-
org.jasypt
jasypt
@@ -1088,17 +1029,6 @@
${mqtt-client-version}
-
- p2psockets
- p2psockets-core
- ${p2psockets-version}
-
-
- jxta
- jxta
- ${jxta-version}
-
-
org.slf4j
slf4j-api
diff --git a/trash/activemq-optional/pom.xml b/trash/activemq-optional/pom.xml
deleted file mode 100644
index f1aa50c13f..0000000000
--- a/trash/activemq-optional/pom.xml
+++ /dev/null
@@ -1,249 +0,0 @@
-
-
-
-
- 4.0.0
-
-
- org.apache.activemq
- activemq-parent
- 5.9-SNAPSHOT
-
-
- activemq-optional
- jar
- ActiveMQ :: Optional
- Optional ActiveMQ features
-
-
-
-
- ${project.groupId}
- activemq-client
-
-
- org.slf4j
- slf4j-api
-
-
- ${project.groupId}
- activemq-broker
- test-jar
- test
-
-
- ${project.groupId}
- activeio-core
-
-
- ${project.groupId}
- activemq-console
-
-
- org.springframework
- spring-core
-
-
- org.springframework
- spring-jms
-
-
- aopalliance
- aopalliance
-
-
- com.thoughtworks.xstream
- xstream
-
-
- xpp3
- xpp3
-
-
- org.eclipse.jetty.aggregate
- jetty-all-server
-
-
- org.eclipse.jetty
- jetty-webapp
- ${jetty-version}
-
-
- org.eclipse.jetty
- jetty-websocket
- ${jetty-version}
-
-
- org.apache.httpcomponents
- httpclient
-
-
- org.apache.commons
- commons-pool2
-
-
- commons-collections
- commons-collections
-
-
- commons-logging
- commons-logging
- test
-
-
-
- log4j
- log4j
- compile
- true
-
-
- junit
- junit
- compile
- true
-
-
- org.apache.xmlbeans
- xmlbeans
- true
-
-
- org.apache.xmlbeans
- xmlbeans-xpath
- true
-
-
- net.sf.saxon
- saxon
-
-
-
-
- net.sf.saxon
- Saxon-HE
- ${saxon-version}
- true
-
-
- xerces
- xercesImpl
- ${xerces-version}
- true
-
-
- xalan
- xalan
- true
-
-
- org.slf4j
- slf4j-log4j12
- test
-
-
- org.springframework
- spring-oxm
- true
-
-
- org.apache.xbean
- xbean-spring
- test
-
-
- org.codehaus.jettison
- jettison
- test
-
-
-
- org.seleniumhq.selenium
- selenium-java
- 2.25.0
- test
-
-
- org.seleniumhq.selenium
- selenium-chrome-driver
- 2.25.0
- test
-
-
- org.seleniumhq.selenium
- selenium-firefox-driver
- 2.25.0
- test
-
-
-
-
-
- maven-jar-plugin
-
-
- ${project.build.outputDirectory}/META-INF/MANIFEST.MF
-
-
-
-
- org.apache.felix
- maven-bundle-plugin
-
-
- ${project.artifactId}
- org.apache.activemq.activemq-core
-
- org.apache.activemq.transport.http*;version=${project.version};-noimport:=;-split-package:=merge-last,
- org.apache.activemq.transport.https*;version=${project.version};-noimport:=;-split-package:=merge-last
-
-
- org.eclipse.jetty*;version="[7.6,8.0)";resolution:=optional,
- !org.apache.activemq.transport.ws*;version=${project.version},
- !org.apache.activemq.transport.xstream;version=${project.version},
- !org.apache.activemq.transport.util;version=${project.version},
- org.apache.activemq*;version=${project.version};resolution:=optional
-
-
-
-
-
- bundle-manifest
- process-classes
-
- manifest
-
-
-
-
-
-
- maven-surefire-plugin
-
-
-
-
-
-
diff --git a/trash/activemq-optional/src/main/java/org/apache/activemq/benchmark/BenchmarkSupport.java b/trash/activemq-optional/src/main/java/org/apache/activemq/benchmark/BenchmarkSupport.java
deleted file mode 100644
index e267126ca9..0000000000
--- a/trash/activemq-optional/src/main/java/org/apache/activemq/benchmark/BenchmarkSupport.java
+++ /dev/null
@@ -1,220 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.activemq.benchmark;
-
-import java.text.NumberFormat;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.concurrent.atomic.AtomicInteger;
-import javax.jms.Connection;
-import javax.jms.Destination;
-import javax.jms.JMSException;
-import javax.jms.Session;
-
-import org.apache.activemq.ActiveMQConnectionFactory;
-import org.apache.activemq.util.IdGenerator;
-
-/**
- * Abstract base class for some simple benchmark tools
- */
-public class BenchmarkSupport {
-
- protected int connectionCount = 1;
- protected int batch = 1000;
- protected Destination destination;
- protected String[] subjects;
-
- private boolean topic = true;
- private boolean durable;
- private ActiveMQConnectionFactory factory;
- private String url;
- private int counter;
- private List