RB Storage - Servlet.
This is an extension to the Storage API, providing implementations for Servlet backends..
Here is the list of declaration for storage-servlet. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.randombits.storage</groupId> <artifactId>storage-servlet</artifactId> <version>5.0.0</version> </dependency>
If you think this Maven repository POM file listing for storage-servlet is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:New BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.
The storage-servlet-5.0.0 has 4 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 |
---|---|---|
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following table lists the most popular artifacts which are depending on storage-servlet-5.0.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Development | support-confluence 5.2.1 This is a support library for Confluence plugins, providing some commonly-used classes and libraries. | 5 |
The following plugins are used in the storage-servlet-5.0.0.jar
The following packages are defined in the storage-servlet-5.0.0.jar
org.randombits.storage.servlet
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> <groupId>org.randombits.storage</groupId> <artifactId>storage-servlet</artifactId> <name>RB Storage - Servlet</name> <version>5.0.0</version> <packaging>atlassian-plugin</packaging> <url>https://studio.plugins.atlassian.com/browse/LIBSTR</url> <organization> <name>randombits.org</name> <url>http://www.randombits.org/</url> </organization> <description> This is an extension to the Storage API, providing implementations for Servlet backends. </description> <licenses> <license> <name>New BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> </license> </licenses> <scm> <connection>scm:svn:https://studio.plugins.atlassian.com/svn/LIBSTR/storage-servlet/tags/storage-servlet-5.0.0-release</connection> <developerConnection>scm:svn:https://studio.plugins.atlassian.com/svn/LIBSTR/storage-servlet/tags/storage-servlet-5.0.0-release </developerConnection> <url>https://studio.plugins.atlassian.com/source/browse/LIBSTR/storage-servlet/tags/storage-servlet-5.0.0-release</url> </scm> <properties> <refapp.version>2.12.0</refapp.version> <amps.version>3.7</amps.version> <atlassian.plugin.key>org.randombits.storage.servlet</atlassian.plugin.key> <storage.version>5.0.0</storage.version> <joda.time.version>1.4</joda.time.version> <javax.servlet.version>2.3</javax.servlet.version> </properties> <dependencies> <dependency> <groupId>org.randombits.storage</groupId> <artifactId>storage</artifactId> <version>${storage.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>${joda.time.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>${javax.servlet.version}</version> <scope>provided</scope> </dependency> <!-- Required for testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <build> <sourceDirectory>src/java</sourceDirectory> <resources> <resource> <directory>src/etc</directory> <excludes> <exclude>atlassian-plugin.xml</exclude> </excludes> </resource> <resource> <directory>src/etc</directory> <filtering>true</filtering> <includes> <include>atlassian-plugin.xml</include> </includes> </resource> </resources> <testSourceDirectory>test/java</testSourceDirectory> <testResources> <testResource> <directory>test/etc</directory> </testResource> <testResource> <directory>src/etc</directory> </testResource> </testResources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>com.atlassian.maven.plugins</groupId> <artifactId>maven-refapp-plugin</artifactId> <!-- use the latest version of the SDK --> <version>${amps.version}</version> <extensions>true</extensions> <configuration> <productVersion>${refapp.version}</productVersion> <pluginDependencies> <pluginDependency> <groupId>org.randombits.storage</groupId> <artifactId>storage</artifactId> </pluginDependency> </pluginDependencies> <instructions> <Export-Package> org.randombits.storage.servlet;version="${pom.version}" </Export-Package> <Import-Package> org.randombits.storage.servlet;version="${pom.version}", org.randombits.storage;version="${storage.version}", org.joda.time*;version="${joda.time.version}", javax.servlet*;version="${javax.servlet.version}" </Import-Package> <!-- CONF_COMM Produces bad property value --> <CONF_COMM /> </instructions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> </configuration> </plugin> </plugins> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ftp</artifactId> <version>1.0-beta-6</version> </extension> </extensions> </build> <repositories> <repository> <id>sonatype-public</id> <url>https://oss.sonatype.org/content/groups/public</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> <repository> <id>sonatype-nexus-snapshot</id> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository> </repositories> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>Nexus Release Repository</name> <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>http://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <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> </build> </profile> </profiles> </project>