apache-axis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.hullbend</groupId> <artifactId>apache-axis</artifactId> <version>1.4.1.ayg.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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.github.hullbend</groupId> <artifactId>apache-axis</artifactId> <version>1.4.1.ayg.1</version> <name>Axis Web Services</name> <description>This is a fork of Axis 1.4 with the latest svn changes and security fixes</description> <url>https://axis.apache.org/axis/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <developers> <developer> <name>Alberto Fernández</name> <email>infjaf@gmail.com</email> <organization>Alberto Fernández</organization> <organizationUrl>https://github.com/albfernandez/</organizationUrl> </developer> </developers> <scm> <url>https://github.com/HullBend/axis14-patched</url> <connection>scm:git:https://github.com/HullBend/axis14-patched.git</connection> <developerConnection>scm:git:https://github.com/HullBend/axis14-patched.git</developerConnection> </scm> <dependencies> <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis-jaxrpc</artifactId> <version>1.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>saaj-api</artifactId> <version>1.3.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-discovery</groupId> <artifactId>commons-discovery</artifactId> <version>0.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.3</version> <scope>provided</scope> </dependency> <dependency> <groupId>ch.qos.reload4j</groupId> <artifactId>reload4j</artifactId> <version>1.2.22</version> <scope>provided</scope> </dependency> </dependencies> </project>