Maven Repository - POM file for XML Binding cxf-rt-databinding-jaxb 2.6.8 2.6.8

Summary

Apache CXF Runtime JAXB DataBinding.

Declaration

Here is the list of declaration for cxf-rt-databinding-jaxb. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.cxf</groupId>
   <artifactId>cxf-rt-databinding-jaxb</artifactId>
   <version>2.6.8</version>
</dependency>

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

License

Apache License.

Plugin

The following plugins are used in the cxf-rt-databinding-jaxb-2.6.8.jar

  1. cxf-xjc-plugin




Packages

The following packages are defined in the cxf-rt-databinding-jaxb-2.6.8.jar

org.apache.cxf.endpoint.dynamic
org.apache.cxf.jaxb
org.apache.cxf.jaxb.attachment
org.apache.cxf.jaxb.io

POM File Source

Here is the content of the POM file.

<!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements. See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership. The ASF licenses this file
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied. See the License for the
  specific language governing permissions and limitations
  under the License.
-->
<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>
    <artifactId>cxf-rt-databinding-jaxb</artifactId>
    <packaging>jar</packaging>
    <name>Apache CXF Runtime JAXB DataBinding</name>
    <description>Apache CXF Runtime JAXB DataBinding</description>
    <url>http://cxf.apache.org</url>

    <parent>
        <groupId>org.apache.cxf</groupId>
        <artifactId>cxf-parent</artifactId>
        <version>2.6.8</version>
        <relativePath>../../../parent/pom.xml</relativePath>
    </parent>
    <properties>
        <cxf.osgi.import>
            javax.activation;version="${cxf.osgi.javax.activation.version}",
            javax.xml.bind*;version="${cxf.osgi.javax.bind.version}",
            javax.xml.stream*;version="${cxf.osgi.javax.stream.version}",
            com.sun.tools*;resolution:=optional,
        </cxf.osgi.import>
    </properties>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.cxf</groupId>
                <artifactId>cxf-xjc-plugin</artifactId>
                <version>${cxf.xjc-utils.version}</version>
                <executions>
                    <execution>
                        <id>generate-sources</id>
                        <phase>generate-test-sources</phase>
                        <configuration>
                            <testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
                            <xsdOptions>
                                <xsdOption>
                                    <xsd>${basedir}/src/test/resources/wsdl/jaxb/misc_test.xsd</xsd>
                                </xsdOption>
                                <xsdOption>
                                    <xsd>${basedir}/src/test/resources/wsdl/jaxb/form_test.xsd</xsd>
                                </xsdOption>
                                <xsdOption>
                                    <xsd>${basedir}/src/test/resources/wsdl/jaxb/hello_world.xsd</xsd>
                                </xsdOption>
                                <xsdOption>
                                    <xsd>${basedir}/src/test/resources/wsdl/jaxb/doc_lit_bare.xsd</xsd>
                                </xsdOption>
                                <xsdOption>
                                    <xsd>${basedir}/src/test/resources/wsdl/jaxb/rpc_lit.xsd</xsd>
                                </xsdOption>
                            </xsdOptions>
                        </configuration>
                        <goals>
                            <goal>xsdtojava-tests</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>


    <dependencies>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <scope>test</scope>
        </dependency>

        <!-- Remove when deprecated JAXBToStringBuilder is removed -->
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-api</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.cxf</groupId>
            <artifactId>cxf-rt-core</artifactId>
            <version>${project.version}</version>
        </dependency>

        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
        </dependency>
        <dependency>
            <groupId>${cxf.asm.groupId}</groupId>
            <artifactId>${cxf.asm.artifactId}</artifactId>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <profiles>
         <profile>
             <id>jdk15</id>
             <activation>
                 <jdk>1.5</jdk>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-jaxws_2.2_spec</artifactId>
                     <scope>test</scope>
                 </dependency>
                 <dependency>
                      <groupId>org.apache.geronimo.specs</groupId>
                      <artifactId>geronimo-javamail_1.4_spec</artifactId>
                  </dependency>
                  <dependency>
                      <groupId>org.apache.geronimo.specs</groupId>
                      <artifactId>geronimo-activation_1.1_spec</artifactId>
                  </dependency>
             </dependencies>
         </profile>
    </profiles>
</project>