Maven Repository - POM file for Development ness-config 2.1.3 2.1.3

Summary

ness-config.

Ness Configuration component..

Declaration

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

<dependency>
   <groupId>com.nesscomputing.components</groupId>
   <artifactId>ness-config</artifactId>
   <version>2.1.3</version>
</dependency>

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

Depends on

The ness-config-2.1.3 has 7 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
Logness-logging 1.0.2
Logging component component.
10
Httphttpcore 4.1.4
HttpComponents Core (blocking I/O)
13
Jettyjetty-server 7.2.2.v20101205
The core jetty server artifact.
6
Jettyjetty-security 7.2.2.v20101205
Jetty security infrastructure
5




Packages

The following packages are defined in the ness-config-2.1.3.jar

com.nesscomputing.config
com.nesscomputing.config.util

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>com.nesscomputing</groupId>
    <artifactId>ness-oss-parent</artifactId>
    <version>6</version>
  </parent>

  <scm>
    <connection>scm:git:git://github.com/NessComputing/components-ness-config.git</connection>
    <developerConnection>scm:git:git@github.com:NessComputing/components-ness-config.git</developerConnection>
    <url>http://github.com/NessComputing/components-ness-config</url>
  </scm>

  <groupId>com.nesscomputing.components</groupId>
  <artifactId>ness-config</artifactId>
  <name>ness-config</name>
  <version>2.1.3</version>
  <packaging>jar</packaging>
  <description>Ness Configuration component.</description>

  <dependencies>
    <dependency>
      <groupId>com.nesscomputing.components</groupId>
      <artifactId>ness-logging</artifactId>
      <version>1.0.2</version>
    </dependency>

    <dependency>
      <groupId>com.nesscomputing.components</groupId>
      <artifactId>ness-tinyhttp</artifactId>
      <version>1.0.1</version>
    </dependency>

    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
    </dependency>

    <dependency>
      <groupId>commons-configuration</groupId>
      <artifactId>commons-configuration</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
    </dependency>

    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>

    <dependency>
      <groupId>org.skife.config</groupId>
      <artifactId>config-magic</artifactId>
    </dependency>
    
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
    </dependency>

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <scope>provided</scope>
    </dependency>

    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
    </dependency>

    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpcore</artifactId>
      <version>4.1.4</version>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>7.2.2.v20101205</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-http</artifactId>
      <version>7.2.2.v20101205</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-security</artifactId>
      <version>7.2.2.v20101205</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-util</artifactId>
      <version>7.2.2.v20101205</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>