Merge pull request #691 from mattrpav/AMQ-8334

[AMQ-8334] Remove build references to Smack which was removed in 5.9.x
diff --git a/activemq-rar/pom.xml b/activemq-rar/pom.xml
index bd19355..8357ad1 100644
--- a/activemq-rar/pom.xml
+++ b/activemq-rar/pom.xml
@@ -86,14 +86,6 @@
           <artifactId>howl-logger</artifactId>
         </exclusion>
         <exclusion>
-          <groupId>activemq</groupId>
-          <artifactId>smackx</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>activemq</groupId>
-          <artifactId>smack</artifactId>
-        </exclusion>
-        <exclusion>
           <groupId>mx4j</groupId>
           <artifactId>mx4j-jmx</artifactId>
         </exclusion>
diff --git a/activemq-web-console/src/main/webapp/META-INF/LICENSE b/activemq-web-console/src/main/webapp/META-INF/LICENSE
index 8731741..b0a0ba8 100644
--- a/activemq-web-console/src/main/webapp/META-INF/LICENSE
+++ b/activemq-web-console/src/main/webapp/META-INF/LICENSE
@@ -965,9 +965,6 @@
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 =========================================================================
-== Smackx is under the Apache License v 2.0                            ==
-=========================================================================
-=========================================================================
 == Spring is under the Apache License v 2.0                            ==
 =========================================================================
 =========================================================================
diff --git a/activemq-web-console/src/main/webapp/META-INF/NOTICE b/activemq-web-console/src/main/webapp/META-INF/NOTICE
index b91150c..80335fd 100644
--- a/activemq-web-console/src/main/webapp/META-INF/NOTICE
+++ b/activemq-web-console/src/main/webapp/META-INF/NOTICE
@@ -88,13 +88,6 @@
 OpenSymphony Group (http://www.opensymphony.com/).
 
 =========================================================================
-==  Smackx Notice (not from Jive Software)                             ==
-=========================================================================
-
-This product includes software developed by JiveSoftware
-(http://www.igniterealtime.org/).
-
-=========================================================================
 ==  Woodstox Notice (http://woodstox.codehaus.org)                     ==
 =========================================================================
 This product currently only contains code developed by authors
diff --git a/pom.xml b/pom.xml
index e56ca50..0b9930c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,19 +818,6 @@
         <version>${commons-pool2-version}</version>
       </dependency>
 
-      <!-- Optional Jabber support -->
-      <dependency>
-        <groupId>activemq</groupId>
-        <artifactId>smack</artifactId>
-        <version>1.5.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>activemq</groupId>
-        <artifactId>smackx</artifactId>
-        <version>1.5.0</version>
-      </dependency>
-
       <!-- To use XPath using JAXP 1.3 (std in Java 5) -->
       <dependency>
         <groupId>activesoap</groupId>