Maven Repository - POM file for Library supplier-core 1.0.3 1.0.3

Summary

RB Supplier - Core.

The Supplier Plugin provides a simple way for plugins to provide data access points to their own APIs that can be used across multiple other plugin, such as the Reporting Plugin, Linking and Scaffolding, for example..

Declaration

Here is the list of declaration for supplier-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.randombits.supplier</groupId>
   <artifactId>supplier-core</artifactId>
   <version>1.0.3</version>
</dependency>

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





License

Name:New BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.

Depends on

The supplier-core-1.0.3 has 22 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Networkmail 1.4
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
461
Logslf4j-api 1.3.0
The slf4j API
13
Java Libraryjoda-time 1.6
Date and time library to replace JDK date handling.
200
Data Structurecommons-collections 3.2
Types that extend and augment the Java Collections Framework.
366
Data Structurecommons-lang 2.4
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
630
Springspring-beans 2.5.2
Spring Framework: Beans
10
Springspring-web 2.5.2
Spring Framework: Web
6
JUnitjunit 4.6
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.
70
Testing Mockmockito-all 1.8.5
Mock objects library for java
434




Plugin

The following plugins are used in the supplier-core-1.0.3.jar

  1. maven-compiler-plugin
  2. maven-refapp-plugin
  3. maven-release-plugin

Packages

The following packages are defined in the supplier-core-1.0.3.jar

org.randombits.supplier.core
org.randombits.supplier.core.annotate
org.randombits.supplier.core.annotate.apt
org.randombits.supplier.core.atlassian
org.randombits.supplier.core.debug
org.randombits.supplier.core.general
org.randombits.supplier.core.impl
org.randombits.supplier.core.param
org.randombits.supplier.core.rest
org.randombits.supplier.core.servlet
org.randombits.supplier.core.special
org.randombits.supplier.core.stats




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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.randombits.supplier</groupId>
    <artifactId>supplier-core</artifactId>
    <version>1.0.3</version>

    <name>RB Supplier - Core</name>
    <description>The Supplier Plugin provides a simple way for plugins to provide data access points to their own APIs
        that can be used across multiple other plugin, such as the Reporting Plugin, Linking and Scaffolding, for
        example.
    </description>
    <packaging>atlassian-plugin</packaging>
    <url>https://bitbucket.org/randomeizer/supplier-core/</url>

    <organization>
        <name>randombits.org</name>
        <url>http://www.randombits.org/</url>
    </organization>

    

    <licenses>
        <license>
            <name>New BSD License</name>
            <url>http://www.opensource.org/licenses/bsd-license.php</url>
        </license>
    </licenses>

    <issueManagement>
        <system>bitbucket</system>
        <url>https://bitbucket.org/randomeizer/filtering-core/issues</url>
    </issueManagement>

    <scm>
        <connection>scm:hg:https://bitbucket.org/randomeizer/supplier-core</connection>
        <developerConnection>scm:hg:https://bitbucket.org/randomeizer/supplier-core</developerConnection>
        <url>https://bitbucket.org/randomeizer/supplier-core</url>
    </scm>

    <dependencies>
        <!-- Bundled -->
        <dependency>
            <groupId>org.randombits.utils</groupId>
            <artifactId>rb-utils</artifactId>
            <version>2.0.0</version>
        </dependency>
        <!-- OSGi -->
        <dependency>
            <groupId>org.randombits.support</groupId>
            <artifactId>support-core</artifactId>
            <version>${support.core.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
            <version>1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.3.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>joda-time</groupId>
            <artifactId>joda-time</artifactId>
            <version>1.6</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
            <version>3.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>commons-lang</groupId>
            <artifactId>commons-lang</artifactId>
            <version>2.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.plugins</groupId>
            <artifactId>atlassian-plugins-core</artifactId>
            <version>2.6.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.plugins</groupId>
            <artifactId>atlassian-plugins-osgi</artifactId>
            <version>2.6.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.sal</groupId>
            <artifactId>sal-api</artifactId>
            <version>2.6.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>2.5.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>2.5.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.ws.rs</groupId>
            <artifactId>jsr311-api</artifactId>
            <version>1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.xml.bind</groupId>
            <artifactId>jaxb-api</artifactId>
            <version>2.1</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.atlassian.plugins.rest</groupId>
            <artifactId>atlassian-rest-common</artifactId>
            <version>2.5.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.jsoup</groupId>
          <artifactId>jsoup</artifactId>
          <version>1.6.1</version>
        </dependency>

        <!-- Testing -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jmock</groupId>
            <artifactId>jmock-junit4</artifactId>
            <version>2.5.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.jmock</groupId>
            <artifactId>jmock-legacy</artifactId>
            <version>2.5.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.8.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.wink</groupId>
            <artifactId>wink-client</artifactId>
            <version>1.1.3-incubating</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.atlassian.refapp</groupId>
                <artifactId>atlassian-platform</artifactId>
                <version>${refapp.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>maven-refapp-plugin</artifactId>
                <version>3.7</version>
                <extensions>true</extensions>
                <configuration>
                    <contextPath>${refapp.context.path}</contextPath>
                    <httpPort>${refapp.port}</httpPort>
                    <productVersion>${refapp.version}</productVersion>
                    <pluginDependencies>
                        <pluginDependency>
                            <groupId>org.randombits.support</groupId>
                            <artifactId>support-core</artifactId>
                        </pluginDependency>
                    </pluginDependencies>
                    <instructions>
                        <Export-Package>
                            !org.randombits.supplier.core.impl,
                            org.randombits.supplier.core.*;version="${pom.version}"
                        </Export-Package>
                        <Import-Package>
                            org.randombits.supplier.core;version="${pom.version}",
                            org.randombits.supplier.core.annotate;version="${pom.version}",
                            org.randombits.support.core.*;version="${support.core.version}",
                            com.atlassian.plugin;version="[2.6,3)",
                            com.atlassian.plugin.*;version="[2.6,3)",
                            com.atlassian.plugins.rest.common.security;version="[2.5,3)",
                            com.atlassian.sal.api.*;version="[2.6,3)",
                            javax.mail.*;version="1.4",
                            javax.servlet.*;version="2.4",
                            javax.ws.rs;version="1.0",
                            javax.ws.rs.core;version="1.0",
                            javax.xml.bind.annotation;version="2.1",
                            org.apache.commons.collections;version="3.2",
                            org.apache.commons.lang*;version="2.4",
                            org.joda.time.*;version="1.6",
                            org.springframework.beans.*;version="2.5",
                            org.slf4j.*;version="1.3"
                        </Import-Package>
                        <Spring-Context>*;timeout:=60</Spring-Context>
                        <CONF_COMM />
                    </instructions>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <compilerArgument>-proc:none</compilerArgument>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.2.1</version>
                <configuration>
                    <mavenExecutorId>forked-path</mavenExecutorId>
                </configuration>
            </plugin>
        </plugins>
    </build>


    <repositories>
        <repository>
            <id>atlassian-public</id>
            <url>https://maven.atlassian.com/repository/public</url>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
        <repository>
            <id>sonatype-nexus-releases</id>
            <url>https://oss.sonatype.org/content/repositories/releases/</url>
            <snapshots>
                <enabled>false</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>
                <updatePolicy>daily</updatePolicy>
            </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>
            <!-- Required for deployment to Sonatype -->
            <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>

    <properties>
        <amps.version>3.7</amps.version>
        <refapp.version>2.12.0</refapp.version>
        <refapp.context.path>/refapp</refapp.context.path>
        <refapp.port>5990</refapp.port>

        <allowGoogleTracking>false</allowGoogleTracking>

        <support.core.version>1.2.3</support.core.version>
    </properties>
</project>