activemq-client-connection-factory
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bluestemsoftware.open.eoa.ext</groupId> <artifactId>activemq-client-connection-factory</artifactId> <version>0.8.5.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0"> <parent> <groupId>org.bluestemsoftware.open.eoa.ext</groupId> <artifactId>extensions-trunk</artifactId> <version>2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>activemq-client-connection-factory</artifactId> <name>activemq-client-connection-factory</name> <version>0.8.5.0</version> <packaging>eoa-factory</packaging> <url>http://alakai.org</url> <build> <plugins> <plugin> <groupId>org.bluestemsoftware.open.maven.plugin</groupId> <artifactId>maven-eoa-plugin</artifactId> <extensions>true</extensions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.4</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>com.google.code.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> <configuration> <properties> <year>2008</year> </properties> </configuration> </plugin> </plugins> </build> <repositories> <repository> <id>maven-snapshot-repository</id> <name>maven-snapshot-repository</name> <url>http://people.apache.org/maven-snapshot-repository</url> </repository> </repositories> <dependencies> <!-- ************************ test dependencies ******************************** --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.bluestemsoftware.open.eoa.ext</groupId> <artifactId>ext-system-test</artifactId> <version>0.8.5.0</version> <scope>test</scope> </dependency> <!-- ********************** provided dependencies ****************************** --> <dependency> <groupId>org.bluestemsoftware.specification.eoa</groupId> <artifactId>specification-eoa-api</artifactId> <scope>system</scope> <version>0.8.5.0</version> <systemPath>${env.ALAKAI_HOME}/repository/org/bluestemsoftware/specification/eoa/specification-eoa-api/0.8.5.0/specification-eoa-api-0.8.5.0.jar</systemPath> </dependency> <!-- *********************** shared dependencies ******************************* --> <dependency> <groupId>org.bluestemsoftware.specification.eoa.ext</groupId> <artifactId>specification-eoa-ext-api</artifactId> <version>0.8.5.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <scope>provided</scope> </dependency> <!-- *********************** scoped dependencies ******************************* --> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.bluestemsoftware.open.maven.tparty</groupId> <artifactId>activemq-core</artifactId> <version>5.3.0</version> <scope>compile</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging-api</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.1_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.0.1B_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jacc_1.1_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </exclusion> <exclusion> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> </exclusion> <exclusion> <groupId>xalan</groupId> <artifactId>xalan</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> <version>5.3.0</version> <scope>compile</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>org.apache.activemq</groupId> <artifactId>activemq-core</artifactId> </exclusion> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-management_1.0_spec</artifactId> </exclusion> <exclusion> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> </exclusion> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> </exclusion> </exclusions> </dependency> </dependencies> </project>