Updated dependencies
This commit is contained in:
parent
ee38a62319
commit
2c1d73a653
1 changed files with 14 additions and 14 deletions
28
pom.xml
28
pom.xml
|
@ -15,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>
|
||||
|
||||
|
@ -123,12 +123,12 @@
|
|||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.5</version>
|
||||
<version>1.7.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.7.5</version>
|
||||
<version>1.7.7</version>
|
||||
</dependency>
|
||||
<!-- JUnit -->
|
||||
<dependency>
|
||||
|
@ -150,7 +150,7 @@
|
|||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
<artifactId>persistence-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<version>1.0.2</version>
|
||||
</dependency>
|
||||
<!-- Guice -->
|
||||
<dependency>
|
||||
|
@ -168,12 +168,12 @@
|
|||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.9.1</version>
|
||||
</dependency>
|
||||
<!-- Jetty -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue