Maven Repository - POM file for Development common-scanner 3.2 3.2

Summary

Open Source New Zealand : common-scanner.

Provides scanner functionality for various.

Declaration

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

<dependency>
   <groupId>nz.net.osnz.common</groupId>
   <artifactId>common-scanner</artifactId>
   <version>3.2</version>
</dependency>

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

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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>nz.net.osnz.parent</groupId>
        <artifactId>java-parent</artifactId>
        <version>2.4</version>
    </parent>

    <groupId>nz.net.osnz.common</groupId>
    <artifactId>common-scanner</artifactId>
    <version>3.2</version>
    <packaging>jar</packaging>

    <name>Open Source New Zealand : common-scanner</name>
    <description>Provides scanner functionality for various</description>
    <url>https://github.com/OpenSourceNZ/common-scanner</url>

    <dependencies>

        <dependency>
            <groupId>nz.net.osnz.composite</groupId>
            <artifactId>composite-spring</artifactId>
            <version>[3,)</version>
            <exclusions>
                <exclusion>
                    <groupId>javax.inject</groupId>
                    <artifactId>javax.inject</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-beans</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-context</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-expression</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.springframework</groupId>
                    <artifactId>spring-aop</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>nz.net.osnz.composite</groupId>
            <artifactId>composite-logging</artifactId>
            <version>[3,)</version>
            <exclusions>
                <exclusion>
                    <groupId>ch.qos.logback</groupId>
                    <artifactId>logback-core</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>ch.qos.logback</groupId>
                    <artifactId>logback-classic</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

    </dependencies>

    <scm>
        <url>https://github.com/OpenSourceNZ/common-scanner</url>
        <connection>scm:git:git@github.com:OpenSourceNZ/common-scanner.git</connection>
        <developerConnection>scm:git:git@github.com:OpenSourceNZ/common-scanner.git</developerConnection>
        <tag>common-scanner-3.2</tag>
    </scm>

</project>