Maven Repository - POM file for Java Library saaj-api 1.3.4 1.3.4

Summary

SAAJ API: JSR-67.

Declaration

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

<dependency>
   <groupId>javax.xml.soap</groupId>
   <artifactId>saaj-api</artifactId>
   <version>1.3.4</version>
</dependency>

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

License

GNU General Public License.

Depends on

The saaj-api-1.3.4 has 1 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
JEEactivation 1.1
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perfor...
369




Depended by

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

CategoryArtifactDepended By Count
Web Servicecxf-bundle 2.5.2
Apache CXF Bundle Jar
5
Web Servicejaxws-api 2.2.7
JAX-WS (JSR 224) API
8
Web Servicejaxws-api 2.2.6
JAX-WS (JSR 224) API
9
Web Servicejaxws-api 2.2.8
JAX-WS (JSR 224) API
25
Web Servicesaaj-impl 1.3.12
Open source Reference Implementation of JSR-67: SOAP with Attachments API for Java (SAAJ MR :1.3)
8

Plugin

The following plugins are used in the saaj-api-1.3.4.jar

  1. maven-compiler-plugin
  2. maven-gpg-plugin
  3. maven-source-plugin




Packages

The following packages are defined in the saaj-api-1.3.4.jar

javax.xml.soap

POM File Source

Here is the content of the POM file.

<!--

    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

    Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.

    The contents of this file are subject to the terms of either the GNU
    General Public License Version 2 only ("GPL") or the Common Development
    and Distribution License("CDDL") (collectively, the "License").  You
    may not use this file except in compliance with the License.  You can
    obtain a copy of the License at
    https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
    or packager/legal/LICENSE.txt.  See the License for the specific
    language governing permissions and limitations under the License.

    When distributing the software, include this License Header Notice in each
    file and include the License file at packager/legal/LICENSE.txt.

    GPL Classpath Exception:
    Oracle designates this particular file as subject to the "Classpath"
    exception as provided by Oracle in the GPL Version 2 section of the License
    file that accompanied this code.

    Modifications:
    If applicable, add the following below the License Header, with the fields
    enclosed by brackets [] replaced by your own identifying information:
    "Portions Copyright [year] [name of copyright owner]"

    Contributor(s):
    If you wish your version of this file to be governed by only the CDDL or
    only the GPL Version 2, indicate your decision by adding "[Contributor]
    elects to include this software in this distribution under the [CDDL or GPL
    Version 2] license."  If you don't indicate a single choice of license, a
    recipient has the option to distribute your version of this file under
    either the CDDL, the GPL Version 2 or to extend the choice of license to
    its licensees as provided above.  However, if you add GPL Version 2 code
    and therefore, elected the GPL Version 2 license, then the option applies
    only if the new code is made subject to such option by the copyright
    holder.
-->

<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>
    <groupId>net.java</groupId>
    <artifactId>jvnet-parent</artifactId>
    <version>1</version>
  </parent>
  <groupId>javax.xml.soap</groupId>
  <artifactId>saaj-api</artifactId>
  <version>1.3.4</version>
  <description>SAAJ API: JSR-67</description>
  <packaging>jar</packaging>
  <build>  
    <sourceDirectory>src</sourceDirectory>
    <resources>
            <resource>
                <directory>src</directory>
                <includes>
                    <include>**/*.properties</include>
                </includes>
            </resource>
    </resources>
   <plugins>
    <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-compiler-plugin</artifactId>
     <configuration>
       <source>1.5</source>
       <target>1.5</target>
     </configuration>
    </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.2</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>verify</phase>
            <goals>
              <goal>jar-no-fork</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
       <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-gpg-plugin</artifactId>
        <executions>
          <execution>
            <id>sign-artifacts</id>
            <phase>verify</phase>
            <goals>
              <goal>sign</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
   </plugins>
    <extensions>
    </extensions>
  </build>
  <organization>
        <name>Oracle Corporation</name>
        <url>http://www.oracle.com/</url>
  </organization>
  <dependencies>
    <dependency>
      <!-- 1.0.2 would do, but that's not available in the repository -->
      <groupId>javax.activation</groupId>
      <artifactId>activation</artifactId>
      <version>1.1</version>
    </dependency>
  </dependencies>
</project>