mirror of https://github.com/apache/activemq.git
[AMQ-8334] Remove build references to Smack which was removed in 5.9.x
This commit is contained in:
parent
b3c2c49f96
commit
a01e2266cb
|
@ -85,14 +85,6 @@
|
|||
<groupId>howl</groupId>
|
||||
<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>
|
||||
|
|
|
@ -965,9 +965,6 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|||
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 ==
|
||||
=========================================================================
|
||||
=========================================================================
|
||||
|
|
|
@ -87,13 +87,6 @@ This product includes software developed by the MX4J project
|
|||
This product includes software developed by the
|
||||
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) ==
|
||||
=========================================================================
|
||||
|
|
13
pom.xml
13
pom.xml
|
@ -817,19 +817,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>
|
||||
|
|
Loading…
Reference in New Issue