[libspring-java] 03/04: Updated the Maven poms

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 26 07:43:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libspring-java.

commit ad32fa3fa47f3cff9f1a2eee5a4cc101371bc008
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 26 09:21:57 2016 +0200

    Updated the Maven poms
---
 debian/changelog                             |   1 +
 debian/poms/spring-aop.pom.xml               |   6 +-
 debian/poms/spring-aspects.pom.xml           |  14 ++--
 debian/poms/spring-beans.pom.xml             |   4 +-
 debian/poms/spring-context-support.pom.xml   |  14 ++--
 debian/poms/spring-context.pom.xml           |  14 ++--
 debian/poms/spring-core.pom.xml              |   2 +-
 debian/poms/spring-expression.pom.xml        |   4 +-
 debian/poms/spring-framework-bom.pom.xml     |  42 +++++------
 debian/poms/spring-instrument-tomcat.pom.xml |   2 +-
 debian/poms/spring-instrument.pom.xml        |   2 +-
 debian/poms/spring-jdbc.pom.xml              |  10 +--
 debian/poms/spring-jms.pom.xml               |  18 ++---
 debian/poms/spring-messaging.pom.xml         |  14 ++--
 debian/poms/spring-orm.pom.xml               |  55 +++-----------
 debian/poms/spring-oxm.pom.xml               |   6 +-
 debian/poms/spring-test.pom.xml              |  22 +++---
 debian/poms/spring-tx.pom.xml                |  10 +--
 debian/poms/spring-web.pom.xml               |  20 ++---
 debian/poms/spring-webmvc-portlet.pom.xml    |  12 +--
 debian/poms/spring-webmvc.pom.xml            | 106 +++------------------------
 21 files changed, 130 insertions(+), 248 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 439ced6..c869060 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libspring-java (4.3.3-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Updated the Maven poms
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 26 Sep 2016 09:15:28 +0200
 
diff --git a/debian/poms/spring-aop.pom.xml b/debian/poms/spring-aop.pom.xml
index f2e5f31..c5533f4 100644
--- a/debian/poms/spring-aop.pom.xml
+++ b/debian/poms/spring-aop.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aop</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring AOP</name>
   <description>Spring AOP</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -67,13 +67,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-aspects.pom.xml b/debian/poms/spring-aspects.pom.xml
index 547126f..1a06a28 100644
--- a/debian/poms/spring-aspects.pom.xml
+++ b/debian/poms/spring-aspects.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-aspects</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Aspects</name>
   <description>Spring Aspects</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -59,42 +59,42 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-beans.pom.xml b/debian/poms/spring-beans.pom.xml
index 73cfa59..3444995 100644
--- a/debian/poms/spring-beans.pom.xml
+++ b/debian/poms/spring-beans.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-beans</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Beans</name>
   <description>Spring Beans</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/spring-context-support.pom.xml b/debian/poms/spring-context-support.pom.xml
index 5013121..8e883f6 100644
--- a/debian/poms/spring-context-support.pom.xml
+++ b/debian/poms/spring-context-support.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-context-support</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Context Support</name>
   <description>Spring Context Support</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>com.github.ben-manes.caffeine</groupId>
       <artifactId>caffeine</artifactId>
-      <version>2.3.1</version>
+      <version>2.3.3</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -142,32 +142,32 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-context.pom.xml b/debian/poms/spring-context.pom.xml
index 2c31c42..672932a 100644
--- a/debian/poms/spring-context.pom.xml
+++ b/debian/poms/spring-context.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-context</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Context</name>
   <description>Spring Context</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>javax.money</groupId>
       <artifactId>money-api</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -123,31 +123,31 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-instrument</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-core.pom.xml b/debian/poms/spring-core.pom.xml
index 61d562a..f3d06be 100644
--- a/debian/poms/spring-core.pom.xml
+++ b/debian/poms/spring-core.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-core</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Core</name>
   <description>Spring Core</description>
   <url>https://github.com/spring-projects/spring-framework</url>
diff --git a/debian/poms/spring-expression.pom.xml b/debian/poms/spring-expression.pom.xml
index 2b1fa83..35cdbd9 100644
--- a/debian/poms/spring-expression.pom.xml
+++ b/debian/poms/spring-expression.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-expression</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Expression Language (SpEL)</name>
   <description>Spring Expression Language (SpEL)</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-framework-bom.pom.xml b/debian/poms/spring-framework-bom.pom.xml
index cf84c6d..265460f 100644
--- a/debian/poms/spring-framework-bom.pom.xml
+++ b/debian/poms/spring-framework-bom.pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-framework-bom</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <packaging>pom</packaging>
   <name>Spring Framework (Bill of Materials)</name>
   <description>Spring Framework (Bill of Materials)</description>
@@ -40,102 +40,102 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aop</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-aspects</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context-support</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-expression</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-instrument-tomcat</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jdbc</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-messaging</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-orm</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-oxm</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-test</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-tx</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-webmvc-portlet</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-websocket</artifactId>
-        <version>4.3.2.RELEASE</version>
+        <version>4.3.3.RELEASE</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/debian/poms/spring-instrument-tomcat.pom.xml b/debian/poms/spring-instrument-tomcat.pom.xml
index b6435fe..df8726a 100644
--- a/debian/poms/spring-instrument-tomcat.pom.xml
+++ b/debian/poms/spring-instrument-tomcat.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument-tomcat</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Instrument Tomcat</name>
   <description>Spring Instrument Tomcat</description>
   <url>https://github.com/spring-projects/spring-framework</url>
diff --git a/debian/poms/spring-instrument.pom.xml b/debian/poms/spring-instrument.pom.xml
index 8840e38..5e971d6 100644
--- a/debian/poms/spring-instrument.pom.xml
+++ b/debian/poms/spring-instrument.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-instrument</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Instrument</name>
   <description>Spring Instrument</description>
   <url>https://github.com/spring-projects/spring-framework</url>
diff --git a/debian/poms/spring-jdbc.pom.xml b/debian/poms/spring-jdbc.pom.xml
index a7e70c9..8d55972 100644
--- a/debian/poms/spring-jdbc.pom.xml
+++ b/debian/poms/spring-jdbc.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-jdbc</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring JDBC</name>
   <description>Spring JDBC</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -81,26 +81,26 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-jms.pom.xml b/debian/poms/spring-jms.pom.xml
index 28aa9fc..8f7104d 100644
--- a/debian/poms/spring-jms.pom.xml
+++ b/debian/poms/spring-jms.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-jms</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring JMS</name>
   <description>Spring JMS</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -60,44 +60,44 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-messaging</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/spring-messaging.pom.xml b/debian/poms/spring-messaging.pom.xml
index 540c928..d1231fe 100644
--- a/debian/poms/spring-messaging.pom.xml
+++ b/debian/poms/spring-messaging.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-messaging</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Messaging</name>
   <description>Spring Messaging</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -39,14 +39,14 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>4.1.4.Final</version>
+      <version>4.1.5.Final</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -93,25 +93,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-orm.pom.xml b/debian/poms/spring-orm.pom.xml
index a8609f3..9a9dbfa 100644
--- a/debian/poms/spring-orm.pom.xml
+++ b/debian/poms/spring-orm.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-orm</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Object/Relational Mapping</name>
   <description>Spring Object/Relational Mapping</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -118,31 +118,7 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-core</artifactId>
-      <version>4.3.11.Final</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
-      <version>3.6.10.Final</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>hibernate-jpa-2.0-api</artifactId>
-          <groupId>org.hibernate.javax.persistence</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>jta</artifactId>
-          <groupId>javax.transaction</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-core</artifactId>
-      <version>5.2.1.Final</version>
+      <version>5.2.2.Final</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -154,60 +130,47 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-entitymanager</artifactId>
-      <version>3.6.10.Final</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>hibernate-jpa-2.0-api</artifactId>
-          <groupId>org.hibernate.javax.persistence</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-oxm.pom.xml b/debian/poms/spring-oxm.pom.xml
index 5ca0de2..f62bb4d 100644
--- a/debian/poms/spring-oxm.pom.xml
+++ b/debian/poms/spring-oxm.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-oxm</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Object/XML Marshalling</name>
   <description>Spring Object/XML Marshalling</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -93,13 +93,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-test.pom.xml b/debian/poms/spring-test.pom.xml
index b36e74f..2ecd601 100644
--- a/debian/poms/spring-test.pom.xml
+++ b/debian/poms/spring-test.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-test</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring TestContext Framework</name>
   <description>Spring TestContext Framework</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -164,69 +164,69 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc-portlet</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-websocket</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-tx.pom.xml b/debian/poms/spring-tx.pom.xml
index f6e7844..0575a0f 100644
--- a/debian/poms/spring-tx.pom.xml
+++ b/debian/poms/spring-tx.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-tx</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Transaction</name>
   <description>Spring Transaction</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -67,27 +67,27 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>
diff --git a/debian/poms/spring-web.pom.xml b/debian/poms/spring-web.pom.xml
index 15921af..7f82a93 100644
--- a/debian/poms/spring-web.pom.xml
+++ b/debian/poms/spring-web.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-web</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Web</name>
   <description>Spring Web</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -46,14 +46,14 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-xml</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>com.rometools</groupId>
       <artifactId>rome</artifactId>
-      <version>1.6.0</version>
+      <version>1.7.0</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -109,7 +109,7 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>4.1.4.Final</version>
+      <version>4.1.5.Final</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -212,31 +212,31 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
diff --git a/debian/poms/spring-webmvc-portlet.pom.xml b/debian/poms/spring-webmvc-portlet.pom.xml
index c7dc1b8..ce9cfa2 100644
--- a/debian/poms/spring-webmvc-portlet.pom.xml
+++ b/debian/poms/spring-webmvc-portlet.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-webmvc-portlet</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Web Portlet</name>
   <description>Spring Web Portlet</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -46,31 +46,31 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
diff --git a/debian/poms/spring-webmvc.pom.xml b/debian/poms/spring-webmvc.pom.xml
index e60bc25..8bbc637 100644
--- a/debian/poms/spring-webmvc.pom.xml
+++ b/debian/poms/spring-webmvc.pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework</groupId>
   <artifactId>spring-webmvc</artifactId>
-  <version>4.3.2.RELEASE</version>
+  <version>4.3.3.RELEASE</version>
   <name>Spring Web MVC</name>
   <description>Spring Web MVC</description>
   <url>https://github.com/spring-projects/spring-framework</url>
@@ -39,14 +39,14 @@
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-xml</artifactId>
-      <version>2.8.1</version>
+      <version>2.8.2</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>com.rometools</groupId>
       <artifactId>rome</artifactId>
-      <version>1.6.0</version>
+      <version>1.7.0</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -142,13 +142,6 @@
     <dependency>
       <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-api</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-api</artifactId>
       <version>2.2.2</version>
       <scope>compile</scope>
       <optional>true</optional>
@@ -168,32 +161,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-core</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>jcl-over-slf4j</artifactId>
-          <groupId>org.slf4j</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-el</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>jcl-over-slf4j</artifactId>
-          <groupId>org.slf4j</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-el</artifactId>
       <version>2.2.2</version>
       <scope>compile</scope>
@@ -228,36 +195,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-extras</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>spring-web</artifactId>
-          <groupId>org.springframework</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>jcl-over-slf4j</artifactId>
-          <groupId>org.slf4j</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-jsp</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>jcl-over-slf4j</artifactId>
-          <groupId>org.slf4j</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.tiles</groupId>
       <artifactId>tiles-jsp</artifactId>
       <version>2.2.2</version>
       <scope>compile</scope>
@@ -283,19 +220,6 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.tiles</groupId>
-      <artifactId>tiles-servlet</artifactId>
-      <version>3.0.5</version>
-      <scope>compile</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>jcl-over-slf4j</artifactId>
-          <groupId>org.slf4j</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
       <version>1.7</version>
@@ -319,51 +243,51 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-oxm</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.3.2.RELEASE</version>
+      <version>4.3.3.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -386,11 +310,5 @@
       <version>3.0.1</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>javax.servlet-api</artifactId>
-      <version>3.1.0</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 </project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git



More information about the pkg-java-commits mailing list