Maven Repository - POM file for Http mule-transport-http 1.3-rc5 1.3-rc5

Summary

Http Transport.

A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation..

Declaration

Here is the list of declaration for mule-transport-http. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.mule.transports</groupId>
   <artifactId>mule-transport-http</artifactId>
   <version>1.3-rc5</version>
</dependency>

If you think this Maven repository POM file listing for mule-transport-http is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The mule-transport-http-1.3-rc5 has 6 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Data Structurecommons-codec 1.3
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
348
Httpcommons-httpclient 3.0.1
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
77
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273




Packages

The following packages are defined in the mule-transport-http-1.3-rc5.jar

org.mule.providers.http
org.mule.providers.http.filters
org.mule.providers.http.jetty
org.mule.providers.http.servlet
org.mule.providers.http.transformers

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>mule-transports</artifactId>
    <groupId>org.mule.transports</groupId>
    <version>1.3-rc5</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>mule-transport-http</artifactId>
  <name>Http Transport</name>
  <version>1.3-rc5</version>
  <description>A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation.</description>
  <dependencies>
    <dependency>
      <groupId>org.mule.transports</groupId>
      <artifactId>mule-transport-tcp</artifactId>
      <version>1.3-rc5</version>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.0.1</version>
    </dependency>
    <dependency>
      <groupId>jetty</groupId>
      <artifactId>org.mortbay.jetty</artifactId>
      <version>5.1.10</version>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-servlet_2.4_spec</artifactId>
      <version>1.0.1</version>
    </dependency>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.0.4</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>