Maven Repository - POM file for JEE common-jackson 1.7 1.7

Summary

Jackson Utils.

Jackson dependencies and helper utilities.

Declaration

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

<dependency>
   <groupId>nz.ac.auckland.common</groupId>
   <artifactId>common-jackson</artifactId>
   <version>1.7</version>
</dependency>

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

Depends on

The common-jackson-1.7 has 15 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
Libraryfest-util 1.1.6
Utility methods used by FEST modules
11
JUnitjunit 4.11
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.
2031
JEEjackson-annotations 2.1.2
Core annotations used for value types, used by Jackson data binding package.
31
Testing Mockmockito-core 1.9.5
Mock objects library for java
429
Springcommon-stereotypes 1.5
Common Stereotypes that are used for annotation and most usually Spring component annotation scans.
5
JEEjackson-databind 2.1.3
General data-binding functionality for Jackson: works on core streaming API
25
Testingcomposite-unittest 2.4
Unit testing infrastructure
5
JSONjackson-core 2.1.3
Core Jackson abstractions, basic JSON streaming API implementation
11
JEEcommon-jackson-api 1.3
Jackson API - allows for different underlying versions
6
Testingfest-assert 1.4
'Flexible' or 'fluent' assertions for testing
155
Httpjackson-datatype-joda 2.1.1
Add-on module for Jackson (http://jackson.codehaus.org) to support Joda (http://joda-time.sourceforge.net/) data types.
6
XML Bindingjackson-module-jaxb-annotations 2.1.1
Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data binding.
5
Developmentobjenesis 1.0
A library for instantiating Java objects
48




Packages

The following packages are defined in the common-jackson-1.7.jar

nz.ac.auckland.util

POM File Source

Here is the content of the POM file.

<project>
  <parent>
    <groupId>nz.ac.auckland.groupapps.parent</groupId>
    <artifactId>parent-java-groupapps-central</artifactId>
    <version>1.3</version>
  </parent>
  <groupId>nz.ac.auckland.common</groupId>
  <artifactId>common-jackson</artifactId>
  <version>1.7</version>
  <name>Jackson Utils</name>
  <description>Jackson dependencies and helper utilities</description>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-util</artifactId>
      <version>1.1.6</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-jackson</artifactId>
      <version>2.4</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.1.2</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.9.5</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.auckland.common</groupId>
      <artifactId>common-stereotypes</artifactId>
      <version>1.5</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.1</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.1.3</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.auckland.composite</groupId>
      <artifactId>composite-unittest</artifactId>
      <version>2.4</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.1.3</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>nz.ac.auckland.common</groupId>
      <artifactId>common-jackson-api</artifactId>
      <version>1.3</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-assert</artifactId>
      <version>1.4</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-joda</artifactId>
      <version>2.1.1</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-jaxb-annotations</artifactId>
      <version>2.1.1</version>
      <type>jar</type>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>1.0</version>
      <type>jar</type>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <groupId>*</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <build>
    <plugins />
  </build>
</project>