ioc-unit-jms-mockrunner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.oneandone.ioc-unit</groupId> <artifactId>ioc-unit-jms-mockrunner</artifactId> <version>2.0.50</version> </dependency>
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.oneandone.ioc-unit</groupId> <artifactId>ioc-unit-parent</artifactId> <version>2.0.50</version> <relativePath>../../../pom.xml</relativePath> </parent> <artifactId>ioc-unit-jms-mockrunner</artifactId> <packaging>jar</packaging> <name>net.oneandone.ioc-unit:ioc-unit-jms-mockrunner</name> <description>Adds mockrunner jms-implementation</description> <url>https://github.com/1and1/modules/ioc-unit-dep-impls/ioc-unit-jms-mockrunner</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <properties> </properties> <dependencies> <dependency> <groupId>jakarta.jms</groupId> <artifactId>jakarta.jms-api</artifactId> <version>${compile.version.jms-api}</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.enterprise</groupId> <artifactId>jakarta.enterprise.cdi-api</artifactId> <version>${compile.version.cdi-api}</version> <scope>provided</scope> </dependency> <dependency> <groupId>net.oneandone.ioc-unit</groupId> <artifactId>ioc-unit-jms</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>net.oneandone.ioc-unit</groupId> <artifactId>weld-starter-base</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.melowe</groupId> <artifactId>jms2-compat</artifactId> <version>1.0.3.7</version> <exclusions> <exclusion> <groupId>javax.jms</groupId> <artifactId>javax.jms-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.mockrunner</groupId> <artifactId>mockrunner-jms</artifactId> <version>2.0.4</version> <exclusions> <exclusion> <groupId>ant</groupId> <artifactId>ant</artifactId> </exclusion> <exclusion> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </exclusion> <exclusion> <groupId>regexp</groupId> <artifactId>regexp</artifactId> </exclusion> <exclusion> <groupId>oro</groupId> <artifactId>oro</artifactId> </exclusion> <exclusion> <groupId>jakarta-regexp</groupId> <artifactId>jakarta-regexp</artifactId> </exclusion> <exclusion> <groupId>nekohtml</groupId> <artifactId>nekohtml</artifactId> </exclusion> <exclusion> <groupId>bcel</groupId> <artifactId>bcel</artifactId> </exclusion> <exclusion> <groupId>com.kirkk</groupId> <artifactId>jaranalyzer</artifactId> </exclusion> <exclusion> <groupId>jdom</groupId> <artifactId>jdom</artifactId> </exclusion> </exclusions> </dependency> <!-- logging --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> </dependencies> </project>