<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>activemq-ws</groupId>
  <artifactId>activemq-ws</artifactId>
  <name>ActiveMQ :: WS</name>
  <version>3.0</version>
  <description>ActiveMQ implementation of WS-Eventing and WS-Notification</description>
  <dependencies>
    <dependency>
      <groupId>activemq</groupId>
      <artifactId>activemq-ws-xmltypes</artifactId>
      <version>dev-1</version>
    </dependency>
    <dependency>
      <groupId>xmlbeans</groupId>
      <artifactId>xbean</artifactId>
      <version>2.0.0-beta1</version>
    </dependency>
    <dependency>
      <groupId>xmlbeans</groupId>
      <artifactId>xmlpublic</artifactId>
      <version>2.0.0-beta1</version>
    </dependency>
    <dependency>
      <groupId>xmlbeans</groupId>
      <artifactId>xbean_xpath</artifactId>
      <version>2.0.0-beta1</version>
    </dependency>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax</artifactId>
      <version>1.1.1-dev</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>file:///home/projects/activemq/public_html/maven/ws</url>
    </site>
  </distributionManagement>
</project>