petals-bc-http
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-bc-http</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-components</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>5</version>
</parent>
<name>Petals Binding Component :: HTTP</name>
<artifactId>petals-bc-http</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>0.1</version>
<packaging>jbi-component</packaging>
<description>
The PEtALS HTTP binding component
</description>
<developers>
<developer>
<name>Christophe Hamerling</name>
<email>christophe.hamerling@ebmwebsourcing.com</email>
<id>chamerling</id>
<organization>eBM WebSourcing</organization>
<organizationUrl>
http://www.ebmwebsourcing.com
</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
<url>http://www.ebmwebsourcing.com/chamerling</url>
</developer>
</developers>
<properties>
<topDirectoryLocation>../..</topDirectoryLocation>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-cdk</artifactId>
<version>3.0-beta</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.objectweb.petals</groupId>
<artifactId>maven-petals-plugin</artifactId>
<version>1.1.1</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-bc-http-0.1</connection>
<developerConnection>scm:svn:svn+ssh://chamerling@svn.forge.objectweb.org/svnroot/petals/tags/petals-bc-http-0.1</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/tags/petals-bc-http-0.1</url>
</scm>
</project>