|
|
|
@ -14,7 +14,8 @@
|
|
|
|
|
~ See the License for the specific language governing permissions and |
|
|
|
|
~ limitations under the License. |
|
|
|
|
--> |
|
|
|
|
<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"> |
|
|
|
|
<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> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.sonatype.oss</groupId> |
|
|
|
@ -31,7 +32,7 @@
|
|
|
|
|
<inceptionYear>2011</inceptionYear> |
|
|
|
|
<issueManagement> |
|
|
|
|
<system>GitHub Issue Tracking</system> |
|
|
|
|
<url /> |
|
|
|
|
<url/> |
|
|
|
|
</issueManagement> |
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
@ -165,12 +166,23 @@
|
|
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
|
<version>1.7.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
|
<version>1.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
|
<version>1.2.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
|
<artifactId>hamcrest-core</artifactId> |
|
|
|
|
<version>1.2.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-lang</groupId> |
|
|
|
@ -181,7 +193,7 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|
<artifactId>junit</artifactId> |
|
|
|
|
<version>4.8.2</version> |
|
|
|
|
<version>4.10</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|