2008-04-14 13:32:33 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2008-04-11 15:00:05 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2006-10-25 05:42:24 -04:00
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-parent</artifactId>
|
2009-09-17 10:02:19 -04:00
|
|
|
<version>5.4-SNAPSHOT</version>
|
2006-10-25 05:42:24 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activemq-xmpp</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<name>ActiveMQ :: XMPP</name>
|
|
|
|
|
|
|
|
<repositories>
|
2009-03-18 06:33:48 -04:00
|
|
|
<repository>
|
2009-05-28 12:31:14 -04:00
|
|
|
<id>maven2-repository.dev.java.net</id>
|
2009-11-17 13:32:49 -05:00
|
|
|
<name>Java.net Maven 2 Repository</name>
|
2009-03-18 06:33:48 -04:00
|
|
|
<url>http://download.java.net/maven/2</url>
|
|
|
|
</repository>
|
2006-10-25 05:42:24 -04:00
|
|
|
<repository>
|
2009-11-17 13:32:49 -05:00
|
|
|
<id>maven-repository.dev.java.net</id>
|
|
|
|
<name>Java.net Maven 1 Repository (legacy)</name>
|
|
|
|
<url>http://download.java.net/maven/1</url>
|
|
|
|
<layout>legacy</layout>
|
2006-10-25 05:42:24 -04:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
2009-03-18 06:33:48 -04:00
|
|
|
<pluginRepository>
|
2009-05-28 12:31:14 -04:00
|
|
|
<id>maven2-repository.dev.java.net</id>
|
2009-11-17 13:32:49 -05:00
|
|
|
<name>Java.net Maven 2 Repository (legacy)</name>
|
2009-03-18 06:33:48 -04:00
|
|
|
<url>http://download.java.net/maven/2</url>
|
|
|
|
</pluginRepository>
|
2009-11-17 13:32:49 -05:00
|
|
|
<pluginRepository>
|
|
|
|
<id>maven-repository.dev.java.net</id>
|
|
|
|
<name>Java.net Maven 1 Repository (legacy)</name>
|
|
|
|
<url>http://download.java.net/maven/1</url>
|
|
|
|
<layout>legacy</layout>
|
|
|
|
</pluginRepository>
|
2006-10-25 05:42:24 -04:00
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!-- activemq -->
|
|
|
|
<dependency>
|
2010-05-06 09:09:16 -04:00
|
|
|
<groupId>${project.groupId}</groupId>
|
2006-10-25 05:42:24 -04:00
|
|
|
<artifactId>activemq-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2010-05-06 09:09:16 -04:00
|
|
|
<groupId>${project.groupId}</groupId>
|
2006-10-25 05:42:24 -04:00
|
|
|
<artifactId>activeio-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2010-02-24 04:54:36 -05:00
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
|
<artifactId>woodstox-core-asl</artifactId>
|
|
|
|
<version>4.0.7</version>
|
2006-10-25 05:42:24 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
2010-02-24 04:54:36 -05:00
|
|
|
<artifactId>stax2-api</artifactId>
|
2006-10-25 05:42:24 -04:00
|
|
|
<version>3.0.1</version>
|
2008-04-08 12:28:08 -04:00
|
|
|
</dependency>
|
2010-02-24 16:56:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.sun.xml.bind</groupId>
|
|
|
|
<artifactId>jaxb-impl</artifactId>
|
|
|
|
<version>2.1.12</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>jsr173_api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.xml</groupId>
|
|
|
|
<artifactId>jsr173</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax.activation</groupId>
|
|
|
|
<artifactId>activation</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2010-03-01 11:33:49 -05:00
|
|
|
<!-- needed so explicitly pull in geronimo .. spec below -->
|
2010-02-24 16:56:30 -05:00
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
<artifactId>activation</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2010-03-01 11:33:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-activation_1.1_spec</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
</dependency>
|
2006-10-25 05:42:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>jivesoftware</groupId>
|
|
|
|
<artifactId>smack</artifactId>
|
2009-10-06 07:57:04 -04:00
|
|
|
<version>3.1.0</version>
|
2006-10-25 05:42:24 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jivesoftware</groupId>
|
|
|
|
<artifactId>smackx</artifactId>
|
2009-10-06 07:57:04 -04:00
|
|
|
<version>3.1.0</version>
|
2010-02-24 04:54:36 -05:00
|
|
|
<scope>test</scope>
|
2006-10-25 05:42:24 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<defaultGoal>install</defaultGoal>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<configuration>
|
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-04-08 12:28:08 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<configuration>
|
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-10-25 05:42:24 -04:00
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
2006-10-26 10:59:11 -04:00
|
|
|
<!--<exclude>**/XmppTest.*</exclude>-->
|
2006-10-25 05:42:24 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
|
|
|
<artifactId>maven-jaxb2-plugin</artifactId>
|
2010-02-24 04:54:36 -05:00
|
|
|
<version>0.7.2</version>
|
2006-10-25 05:42:24 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>generate</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
2010-02-24 04:54:36 -05:00
|
|
|
<strict>true</strict>
|
2006-10-25 05:42:24 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2008-04-29 16:55:10 -04:00
|
|
|
</project>
|