dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20273
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9183: updated slf4j and jaxb
------------------------------------------------------------
revno: 9183
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-12-06 10:50:37 +0300
message:
updated slf4j and jaxb
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2012-12-03 21:04:39 +0000
+++ dhis-2/pom.xml 2012-12-06 07:50:37 +0000
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.hisp.dhis</groupId>
<artifactId>dhis</artifactId>
@@ -832,17 +832,19 @@
</exclusions>
</dependency>
- <!-- Apache Camel -->
+ <!-- JAXB -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.2.5</version>
+ <version>2.2.6</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.2.5</version>
+ <version>2.2.6</version>
</dependency>
+
+ <!-- Apache Camel -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
@@ -891,6 +893,6 @@
<hibernate.version>4.1.8.Final</hibernate.version>
<jackson.version>2.0.5</jackson.version>
<camel.version>2.10.2</camel.version>
- <slf4j.version>1.6.4</slf4j.version>
+ <slf4j.version>1.6.6</slf4j.version>
</properties>
</project>