petals-jbiapi-mock
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-jbiapi-mock</artifactId>
<version>0.1</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>petals-test</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>1</version>
</parent>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-jbiapi-mock</artifactId>
<name>PEtALS Test JBI API Mock</name>
<version>0.1</version>
<packaging>jar</packaging>
<description>Petals test mock</description>
<developers>
<developer>
<name>Olivier FABRE</name>
<email>olivier.fabre@ebmwebsourcing.com</email>
<id>ofabre</id>
<organization>eBM WebSourcing</organization>
<organizationUrl>
http://www.ebmwebsourcing.com
</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
<url>http://www.ebmwebsourcing.com/ofabre</url>
</developer>
</developers>
<properties>
<topDirectoryLocation>../..</topDirectoryLocation>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymockclassextension</artifactId>
</dependency>
<dependency>
<groupId>javax.jbi</groupId>
<artifactId>jbi</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-jbiapi-mock-0.1</connection>
<developerConnection>scm:svn:svn+ssh://chamerling@svn.forge.objectweb.org/svnroot/petals/tags/petals-jbiapi-mock-0.1</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/tags/petals-jbiapi-mock-0.1</url>
</scm>
</project>