${project.artifactId}.
Maven artifact of the Joram JMS tests.
Here is the list of declaration for joram-jms-tests. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.fusesource.joram-jms-tests</groupId> <artifactId>joram-jms-tests</artifactId> <version>1.0</version> </dependency>
If you think this Maven repository POM file listing for joram-jms-tests is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The joram-jms-tests-1.0 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 4.7 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 272 |
The following table lists the most popular artifacts which are depending on joram-jms-tests-1.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Message Queue | activemq-core 5.7.0 The ActiveMQ Message Broker and Client implementations | 6 |
The following plugins are used in the joram-jms-tests-1.0.jar
Here is the content of the POM file.
<?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. --> <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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.fusesource</groupId> <artifactId>fusesource-pom</artifactId> <version>1.9</version> </parent> <groupId>org.fusesource.joram-jms-tests</groupId> <artifactId>joram-jms-tests</artifactId> <version>1.0</version> <name>${project.artifactId}</name> <description>Maven artifact of the Joram JMS tests</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <forge-project-id>joram-jms-tests</forge-project-id> <release-altGitURL>scm:git:ssh://git@github.com:fusesource/joram-jms-tests.git</release-altGitURL> </properties> <url>http://github.com/fusesource/${forge-project-id}</url> <inceptionYear>2012</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com:fusesource/${forge-project-id}.git</connection> <developerConnection>scm:git:ssh://git@github.com:fusesource/joram-jms-tests.git</developerConnection> <url>http://github.com/fusesource/${forge-project-id}/tree/master</url> </scm> <distributionManagement> <site> <id>website.fusesource.org</id> <name>website</name> <url>dav:http://fusesource.com/forge/dav/${forge-project-id}/versions/${project.version}/maven</url> </site> </distributionManagement> <dependencies> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.1.1</version> <scope>provided</scope> <!-- we don't want to force specific JMS interface jar version --> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.7</version> <!-- we don't want to force specific junit jar version --> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> </plugins> </build> </project>