Updated jdom
Updated slf4j-api Updated junit Replaced hamcrest-all through hamcrest-library
This commit is contained in:
parent
e44b916ac6
commit
a719a769fd
1 changed files with 198 additions and 197 deletions
35
pom.xml
35
pom.xml
|
@ -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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -14,15 +15,15 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<!-- Just for testing the build locally -->
|
<!-- Just for testing the build locally -->
|
||||||
<!-- <modules> -->
|
<modules>
|
||||||
<!-- <module>../rome</module> -->
|
<module>../rome</module>
|
||||||
<!-- <module>../rome-certiorem</module> -->
|
<module>../rome-certiorem</module>
|
||||||
<!-- <module>../rome-certiorem-webapp</module> -->
|
<module>../rome-certiorem-webapp</module>
|
||||||
<!-- <module>../rome-fetcher</module> -->
|
<module>../rome-fetcher</module>
|
||||||
<!-- <module>../rome-modules</module> -->
|
<module>../rome-modules</module>
|
||||||
<!-- <module>../rome-opml</module> -->
|
<module>../rome-opml</module>
|
||||||
<!-- <module>../rome-propono</module> -->
|
<module>../rome-propono</module>
|
||||||
<!-- </modules> -->
|
</modules>
|
||||||
|
|
||||||
<name>rome-parent</name>
|
<name>rome-parent</name>
|
||||||
|
|
||||||
|
@ -80,8 +81,8 @@
|
||||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- The following plugin doesn't modify the build. It is only used to
|
<!-- The following plugin doesn't modify the build. It is
|
||||||
hide irrelevant warnings in Eclipse -->
|
only used to hide irrelevant warnings in Eclipse -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.m2e</groupId>
|
<groupId>org.eclipse.m2e</groupId>
|
||||||
<artifactId>lifecycle-mapping</artifactId>
|
<artifactId>lifecycle-mapping</artifactId>
|
||||||
|
@ -125,14 +126,14 @@
|
||||||
<!-- JDOM -->
|
<!-- JDOM -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jdom</groupId>
|
<groupId>org.jdom</groupId>
|
||||||
<artifactId>jdom</artifactId>
|
<artifactId>jdom2</artifactId>
|
||||||
<version>2.0.2</version>
|
<version>2.0.5</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Logging -->
|
<!-- Logging -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ch.qos.logback</groupId>
|
<groupId>ch.qos.logback</groupId>
|
||||||
|
@ -143,12 +144,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
<artifactId>junit</artifactId>
|
<artifactId>junit</artifactId>
|
||||||
<version>4.11</version>
|
<version>4.12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Hamcrest -->
|
<!-- Hamcrest -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hamcrest</groupId>
|
<groupId>org.hamcrest</groupId>
|
||||||
<artifactId>hamcrest-all</artifactId>
|
<artifactId>hamcrest-library</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- JavaX -->
|
<!-- JavaX -->
|
||||||
|
|
Loading…
Reference in a new issue