OPS4J Pax Url - war.
OPS4J Pax Url - war: protocol handler. Detailed information to be found at http://wiki.ops4j.org/confluence/x/XwJN..
Here is the list of declaration for pax-url-war. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-war</artifactId> <version>1.3.2</version> </dependency>
If you think this Maven repository POM file listing for pax-url-war is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following plugins are used in the pax-url-war-1.3.2.jar
The following packages are defined in the pax-url-war-1.3.2.jar
aQute.bnd.annotation aQute.bnd.build aQute.bnd.help aQute.bnd.make aQute.bnd.service aQute.bnd.service.action aQute.bnd.test aQute.lib.osgi aQute.lib.osgi.eclipse aQute.lib.spring aQute.libg.generics aQute.libg.header aQute.libg.qtokens aQute.libg.reporter aQute.libg.sed aQute.libg.version org.apache.commons.logging org.ops4j.lang org.ops4j.monitors org.ops4j.monitors.exception org.ops4j.monitors.stream org.ops4j.net org.ops4j.pax.swissbox.bnd org.ops4j.pax.swissbox.property org.ops4j.pax.url.commons.handler org.ops4j.pax.url.war org.ops4j.pax.url.war.internal org.ops4j.pax.url.warref org.ops4j.util.property
Here is the content of the POM file.
<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>org.ops4j.pax</groupId> <artifactId>url</artifactId> <version>1.3.2</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-war</artifactId> <version>1.3.2</version> <packaging>bundle</packaging> <name>OPS4J Pax Url - war</name> <description> OPS4J Pax Url - war: protocol handler. Detailed information to be found at http://wiki.ops4j.org/confluence/x/XwJN. </description> <properties> <bundle.symbolicName>org.ops4j.pax.url.war</bundle.symbolicName> <bundle.namespace>org.ops4j.pax.url.war</bundle.namespace> </properties> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <!-- Embeded dependencies (not transitive) --> <dependency> <groupId>org.ops4j.base</groupId> <artifactId>ops4j-base-net</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.ops4j.pax.swissbox</groupId> <artifactId>pax-swissbox-optional-jcl</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.ops4j.pax.swissbox</groupId> <artifactId>pax-swissbox-bnd</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-commons</artifactId> <version>1.3.2</version> <scope>compile</scope> <optional>true</optional> </dependency> <!-- Provided dependencies (not transitive) --> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <scope>provided</scope> </dependency> <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <scope>test</scope> </dependency> </dependencies> </project>