Updated jdom

Updated slf4j-api
Updated junit
Replaced hamcrest-all through hamcrest-library
This commit is contained in:
Patrick Gotthard 2015-02-07 09:47:19 +01:00
parent e44b916ac6
commit a719a769fd

35
pom.xml
View file

@ -1,4 +1,5 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -14,15 +15,15 @@
<packaging>pom</packaging>
<!-- Just for testing the build locally -->
<!-- <modules> -->
<!-- <module>../rome</module> -->
<!-- <module>../rome-certiorem</module> -->
<!-- <module>../rome-certiorem-webapp</module> -->
<!-- <module>../rome-fetcher</module> -->
<!-- <module>../rome-modules</module> -->
<!-- <module>../rome-opml</module> -->
<!-- <module>../rome-propono</module> -->
<!-- </modules> -->
<modules>
<module>../rome</module>
<module>../rome-certiorem</module>
<module>../rome-certiorem-webapp</module>
<module>../rome-fetcher</module>
<module>../rome-modules</module>
<module>../rome-opml</module>
<module>../rome-propono</module>
</modules>
<name>rome-parent</name>
@ -80,8 +81,8 @@
<artifactId>maven-scm-publish-plugin</artifactId>
<version>1.0</version>
</plugin>
<!-- The following plugin doesn't modify the build. It is only used to
hide irrelevant warnings in Eclipse -->
<!-- The following plugin doesn't modify the build. It is
only used to hide irrelevant warnings in Eclipse -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
@ -125,14 +126,14 @@
<!-- JDOM -->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>2.0.2</version>
<artifactId>jdom2</artifactId>
<version>2.0.5</version>
</dependency>
<!-- Logging -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.10</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
@ -143,12 +144,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
</dependency>
<!-- Hamcrest -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
</dependency>
<!-- JavaX -->