Apache CXF JAX-RS Bundle Jar.
Here is the list of declaration for cxf-bundle-jaxrs. 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-bundle-jaxrs</artifactId> <version>2.7.7</version> </dependency>
If you think this Maven repository POM file listing for cxf-bundle-jaxrs is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The cxf-bundle-jaxrs-2.7.7 has 16 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML Parser | woodstox-core-asl 4.2.0 Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs | 20 |
XML Parser | stax2-api 3.1.1 Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API. | 91 |
XML | xmlschema-core 2.0.3 Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema. | 9 |
JEE Container | geronimo-javamail_1.4_spec 1.7.1 Javamail 1.4 Specification | 24 |
Web Service | wsdl4j 1.6.3 Java stub generator for WSDL | 7 |
XML Binding | jaxb-impl 2.1.13 JAXB (JSR 222) reference implementation | 24 |
Jetty | jetty-util 8.1.12.v20130726 Utility classes for Jetty | 6 |
Log | slf4j-api 1.7.5 The slf4j API | 610 |
Servlet | geronimo-servlet_3.0_spec 1.0 Servlet 3.0 API | 77 |
The following plugins are used in the cxf-bundle-jaxrs-2.7.7.jar
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>cxf-bundle-parent</artifactId> <groupId>org.apache.cxf</groupId> <version>2.7.7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf</groupId> <artifactId>cxf-bundle-jaxrs</artifactId> <packaging>bundle</packaging> <name>Apache CXF JAX-RS Bundle Jar</name> <version>2.7.7</version> <description>Apache CXF JAX-RS Bundle Jar</description> <url>http://cxf.apache.org</url> <build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*</include> </includes> </resource> </resources> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Implementation-Title>Apache CXF</Implementation-Title> <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor> <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id> <Implementation-Version>${cxf.osgi.version.clean}</Implementation-Version> <Specification-Title>Apache CXF</Specification-Title> <Specification-Vendor>The Apache Software Foundation</Specification-Vendor> <Specification-Version>${cxf.osgi.version.clean}</Specification-Version> <DynamicImport-Package>com.ctc.wstx.*, org.apache.commons.logging.*, org.slf4j.*, org.slf4j.impl.*, org.eclipse.jetty.plus.jaas, org.eclipse.jetty.plus.jaas.*, org.apache.karaf.jaas.modules, org.apache.karaf.jaas.modules.*, org.eclipse.jetty.jmx, org.eclipse.jetty.jmx.*</DynamicImport-Package> <Import-Package>!org.apache.cxf.*, !META-INF.cxf, !META-INF.cxf.osgi, antlr*;resolution:=optional, com.sun*;resolution:=optional, com.ctc.wstx.msv*;resolution:=optional, org.codehaus.stax2*;resolution:=optional, javax.ws.rs*, javax.resource*;resolution:=optional, junit.framework*;resolution:=optional, net.sf.cglib*;resolution:=optional;version="${cxf.cglib.osgi.version}", org.apache.abdera*;resolution:=optional;version="[1.0,2)", org.apache.aries*;resolution:=optional;version="${cxf.aries.version.range}", org.apache.commons.lang*;resolution:=optional;version="[2.4,3)", org.apache.commons.codec*;resolution:=optional, org.apache.commons.pool*;resolution:=optional, org.apache.log4j*;resolution:=optional, org.apache.lucene.document;resolution:=optional, org.apache.lucene.index;resolution:=optional, org.apache.lucene.search;resolution:=optional, org.apache.velocity*;resolution:=optional, org.apache.ws.commons.schema*;resolution:=optional, org.apache.xml.resolver*;resolution:=optional, org.apache.xmlbeans*;resolution:=optional, org.codehaus.jettison*;resolution:=optional, org.jaxen*;resolution:=optional, org.jdom*;resolution:=optional, org.junit*;resolution:=optional, org.eclipse.jetty*;resolution:=optional;version="${cxf.jetty.osgi.version}", org.mozilla.javascript*;resolution:=optional, org.objectweb.asm*;version="[2.0,4)";resolution:=optional, org.osgi.service.blueprint*;resolution:=optional, org.slf4j*;resolution:=optional;version="[1.5,2)", org.springframework*;resolution:=optional;version="[2.5,4)", javax.activation;version="[0.0,2)", javax.annotation;version="[0.0,2)", javax.jms;resolution:=optional;version="[0.0,2)", javax.jws*;version="[0.0,3)", javax.mail*;version="[0.0,2)";resolution:=optional, javax.servlet.*;version="[0.0,4)";resolution:=optional, javax.xml.bind*;version="[0.0,3)", javax.xml.stream*;version="[0.0,2)", javax.xml.ws*;version="[0.0,3)";resolution:=optional, javax.wsdl*;resolution:=optional, *</Import-Package> <Bundle-Activator>org.apache.cxf.bus.osgi.CXFActivator</Bundle-Activator> <Export-Package>org.apache.cxf.*;version=${cxf.osgi.version.clean};-split-package:=merge-first, '=META-INF.cxf.osgi';version=${cxf.osgi.version.clean}, '=META-INF.cxf';version=${cxf.osgi.version.clean}</Export-Package> <_failok>true</_failok> <_nouses>true</_nouses> <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy> </instructions> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <shadedGroupFilter>org.apache.cxf</shadedGroupFilter> <shadedArtifactAttached>false</shadedArtifactAttached> <createSourcesJar>${createSourcesJar}</createSourcesJar> <promoteTransitiveDependencies>true</promoteTransitiveDependencies> <createDependencyReducedPom>true</createDependencyReducedPom> <filters> <filter> <artifact>${project.groupId}:${project.artifactId}</artifact> <excludes> <exclude>org/**</exclude> </excludes> </filter> </filters> <transformers> <transformer> <projectName>Apache CXF</projectName> </transformer> <transformer> <resource>META-INF/spring.handlers</resource> </transformer> <transformer> <resource>META-INF/spring.schemas</resource> </transformer> <transformer> <resource>META-INF/cxf/cxf.extension</resource> </transformer> <transformer> <resource>META-INF/extensions.xml</resource> </transformer> <transformer> <resource>META-INF/cxf/extensions.xml</resource> </transformer> <transformer> <resource>META-INF/cxf/bus-extensions.txt</resource> </transformer> <transformer> <resource>META-INF/cxf/bus-extensions.xml</resource> </transformer> <transformer> <resource>META-INF/cxf/java2wsbeans.xml</resource> </transformer> <transformer /> </transformers> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-asl</artifactId> <version>4.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>stax2-api</artifactId> <version>3.1.1</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>stax-api</artifactId> <groupId>javax.xml.stream</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.ws.xmlschema</groupId> <artifactId>xmlschema-core</artifactId> <version>2.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> <version>1.7.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.1.13</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-continuation</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-io</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> <version>8.1.12.v20130726</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_3.0_spec</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <version>2.0-m10</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sun.xml.fastinfoset</groupId> <artifactId>FastInfoset</artifactId> <version>1.2.12</version> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> <properties> <bundle.symbolic.name>${project.groupId}.bundle-jaxrs</bundle.symbolic.name> </properties> </project>