Maven Repository - POM file for Network axis 1.4 1.4

Summary

Axis Web Services.

An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C..

Declaration

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

<dependency>
   <groupId>axis</groupId>
   <artifactId>axis</artifactId>
   <version>1.4</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The axis-1.4 has 5 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
Logcommons-logging 1.0.4
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
273
Data Structurecommons-discovery 0.2
Commons Discovery
30

Depended by

The following table lists the most popular artifacts which are depending on axis-1.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLwss4j 1.5.4
Apache WSS4J is an implementation of the Web Services Security (WS-Security) being developed at OASIS Web Services Security TC. WSS4J is a primarily a Java library that can be used to sign and verify SOAP Messages with WS-Security information. WSS4J will use Apache Axis and Apache XML-Sec...
9

Packages

The following packages are defined in the axis-1.4.jar

org.apache.axis
org.apache.axis.attachments
org.apache.axis.client
org.apache.axis.client.async
org.apache.axis.collections
org.apache.axis.components.compiler
org.apache.axis.components.encoding
org.apache.axis.components.image
org.apache.axis.components.jms
org.apache.axis.components.logger
org.apache.axis.components.net
org.apache.axis.components.script
org.apache.axis.components.threadpool
org.apache.axis.components.uuid
org.apache.axis.configuration
org.apache.axis.constants
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd.providers
org.apache.axis.description
org.apache.axis.encoding
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser.castor
org.apache.axis.enum
org.apache.axis.handlers
org.apache.axis.handlers.http
org.apache.axis.handlers.soap
org.apache.axis.holders
org.apache.axis.i18n
org.apache.axis.management
org.apache.axis.management.jmx
org.apache.axis.message
org.apache.axis.monitor
org.apache.axis.providers
org.apache.axis.providers.java
org.apache.axis.schema
org.apache.axis.security
org.apache.axis.security.servlet
org.apache.axis.security.simple
org.apache.axis.server
org.apache.axis.session
org.apache.axis.soap
org.apache.axis.strategies
org.apache.axis.transport.http
org.apache.axis.transport.java
org.apache.axis.transport.jms
org.apache.axis.transport.local
org.apache.axis.transport.mail
org.apache.axis.types
org.apache.axis.utils
org.apache.axis.utils.bytecode
org.apache.axis.utils.cache
org.apache.axis.wsdl
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.toJava




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>
<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>
   <groupId>axis</groupId>
   <artifactId>axis</artifactId>
   <version>1.4</version>
   <packaging>jar</packaging>
   <name>Axis Web Services</name>
   <description>
      An implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
   </description>
   <url>http://ws.apache.org/axis</url>
   <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>
      <url>http://svn.apache.org/viewcvs/webservices/axis/trunk/java/</url>
   </scm>
   <dependencies>
      <dependency><!-- depends on nothing; I think -->
         <groupId>axis</groupId>
         <artifactId>axis-jaxrpc</artifactId>
         <version>1.4</version>
      </dependency>
      <dependency><!-- depends on nothing; I think -->
         <groupId>axis</groupId>
         <artifactId>axis-saaj</artifactId>
         <version>1.4</version>
      </dependency>
      <dependency><!-- depends on nothing; I think -->
         <groupId>axis</groupId>
         <artifactId>axis-wsdl4j</artifactId>
         <version>1.5.1</version><!-- version independent of axis -->
         <scope>runtime</scope>
         <!-- note: also at wsdl4j:wsdl4j (a sf.net project) -->
      </dependency>
      <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
         <version>1.0.4</version>
         <scope>runtime</scope>
      </dependency>
      <dependency>
         <groupId>commons-discovery</groupId>
         <artifactId>commons-discovery</artifactId>
         <version>0.2</version>
         <scope>runtime</scope>
      </dependency>
      <!-- supposedly also depends on log4j 1.2.8 but that is unlikely given commons-logging -->
   </dependencies>
</project>