Maven Repository - POM file for JEE org.apache.servicemix.bundles.saaj-impl 1.3.2_1 1.3.2_1

Summary

Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}.

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar..

Declaration

Here is the list of declaration for org.apache.servicemix.bundles.saaj-impl. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.servicemix.bundles</groupId>
   <artifactId>org.apache.servicemix.bundles.saaj-impl</artifactId>
   <version>1.3.2_1</version>
</dependency>

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

Plugin

The following plugins are used in the org.apache.servicemix.bundles.saaj-impl-1.3.2_1.jar

  1. maven-shade-plugin




Packages

The following packages are defined in the org.apache.servicemix.bundles.saaj-impl-1.3.2_1.jar

com.sun.xml.messaging.saaj
com.sun.xml.messaging.saaj.client.p2p
com.sun.xml.messaging.saaj.packaging.mime
com.sun.xml.messaging.saaj.packaging.mime.internet
com.sun.xml.messaging.saaj.packaging.mime.util
com.sun.xml.messaging.saaj.soap
com.sun.xml.messaging.saaj.soap.dynamic
com.sun.xml.messaging.saaj.soap.impl
com.sun.xml.messaging.saaj.soap.name
com.sun.xml.messaging.saaj.soap.ver1_1
com.sun.xml.messaging.saaj.soap.ver1_2
com.sun.xml.messaging.saaj.util
com.sun.xml.messaging.saaj.util.transform




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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">
  <parent>
    <artifactId>bundles-pom</artifactId>
    <groupId>org.apache.servicemix.bundles</groupId>
    <version>4</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.servicemix.bundles</groupId>
  <artifactId>org.apache.servicemix.bundles.saaj-impl</artifactId>
  <packaging>bundle</packaging>
  <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
  <version>1.3.2_1</version>
  <description>This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.</description>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.saaj-impl-1.3.2_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.saaj-impl-1.3.2_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.saaj-impl-1.3.2_1</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>${pkgGroupId}:${pkgArtifactId}</include>
                </includes>
              </artifactSet>
              <filters>
                <filter>
                  <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
                  <excludes>
                    <exclude>**</exclude>
                  </excludes>
                </filter>
              </filters>
              <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
              <createDependencyReducedPom>true</createDependencyReducedPom>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.servicemix.specs</groupId>
      <artifactId>org.apache.servicemix.specs.saaj-api-1.3</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <properties>
    <pkgVersion>1.3.2</pkgVersion>
    <servicemix.osgi.import.pkg>!com.sun.xml.messaging.saaj*,
            com.sun.image.codec.jpeg*;resolution:=optional,
            com.sun.xml.fastinfoset*;resolution:=optional,
            javax.xml.soap,
            org.jvnet.fastinfoset*;resolution:=optional,
            *</servicemix.osgi.import.pkg>
    <servicemix.osgi.export.pkg>com.sun.xml.messaging.saaj</servicemix.osgi.export.pkg>
    <pkgArtifactId>saaj-impl</pkgArtifactId>
    <servicemix.osgi.private.pkg>META-INF;-split-package:=merge-first,
            META-INF.maven.org.apache.servicemix.bundles*;-split-package:=merge-first,
            META-INF.services;-split-package:=merge-first,</servicemix.osgi.private.pkg>
    <pkgGroupId>com.sun.xml.messaging.saaj</pkgGroupId>
  </properties>
</project>