Maven Repository - POM file for Message Queue hornetq-core 2.2.13.Final 2.2.13.Final

Summary

HornetQ.

HornetQ Messaging System.

Declaration

Here is the list of declaration for hornetq-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.hornetq</groupId>
   <artifactId>hornetq-core</artifactId>
   <version>2.2.13.Final</version>
</dependency>

If you think this Maven repository POM file listing for hornetq-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache 2
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Packages

The following packages are defined in the hornetq-core-2.2.13.Final.jar

org.hornetq.api.core
org.hornetq.api.core.client
org.hornetq.api.core.client.loadbalance
org.hornetq.api.core.management
org.hornetq.core.asyncio
org.hornetq.core.asyncio.impl
org.hornetq.core.buffers.impl
org.hornetq.core.client.impl
org.hornetq.core.cluster
org.hornetq.core.cluster.impl
org.hornetq.core.config
org.hornetq.core.config.impl
org.hornetq.core.deployers
org.hornetq.core.deployers.impl
org.hornetq.core.exception
org.hornetq.core.filter
org.hornetq.core.filter.impl
org.hornetq.core.journal
org.hornetq.core.journal.impl
org.hornetq.core.journal.impl.dataformat
org.hornetq.core.logging
org.hornetq.core.logging.impl
org.hornetq.core.management.impl
org.hornetq.core.message
org.hornetq.core.message.impl
org.hornetq.core.messagecounter
org.hornetq.core.messagecounter.impl
org.hornetq.core.paging
org.hornetq.core.paging.cursor
org.hornetq.core.paging.cursor.impl
org.hornetq.core.paging.impl
org.hornetq.core.persistence
org.hornetq.core.persistence.config
org.hornetq.core.persistence.impl.journal
org.hornetq.core.persistence.impl.nullpm
org.hornetq.core.postoffice
org.hornetq.core.postoffice.impl
org.hornetq.core.protocol.core
org.hornetq.core.protocol.core.impl
org.hornetq.core.protocol.core.impl.wireformat
org.hornetq.core.protocol.stomp
org.hornetq.core.registry
org.hornetq.core.remoting
org.hornetq.core.remoting.impl.invm
org.hornetq.core.remoting.impl.netty
org.hornetq.core.remoting.impl.ssl
org.hornetq.core.remoting.server
org.hornetq.core.remoting.server.impl
org.hornetq.core.replication
org.hornetq.core.replication.impl
org.hornetq.core.security
org.hornetq.core.security.impl
org.hornetq.core.server
org.hornetq.core.server.cluster
org.hornetq.core.server.cluster.impl
org.hornetq.core.server.embedded
org.hornetq.core.server.group
org.hornetq.core.server.group.impl
org.hornetq.core.server.impl
org.hornetq.core.server.management
org.hornetq.core.server.management.impl
org.hornetq.core.settings
org.hornetq.core.settings.impl
org.hornetq.core.transaction
org.hornetq.core.transaction.impl
org.hornetq.core.version
org.hornetq.core.version.impl
org.hornetq.spi.core.logging
org.hornetq.spi.core.naming
org.hornetq.spi.core.protocol
org.hornetq.spi.core.remoting
org.hornetq.spi.core.security
org.hornetq.utils
org.hornetq.utils.json




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hornetq</groupId>
  <artifactId>hornetq-core</artifactId>
  <version>2.2.13.Final</version>
   <name>HornetQ</name>
   <url>http://hornetq.org</url>
   <description>HornetQ Messaging System</description>
    <licenses>
       <license>
          <name>Apache 2</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
          <distribution>repo</distribution>
       </license>
    </licenses>
    
    <scm>
       <connection>scm:svn:http://anonsvn.jboss.org/repos/hornetq/trunk</connection>
       <developerConnection>scm:svn:https://svn.jboss.org/repos/hornetq/trunk</developerConnection>
       <url>http://fisheye.jboss.org/browse/hornetq</url>
    </scm>
  </project>