[zookeeper] 04/05: Updated debian/pom.xml
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jan 2 22:09:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository zookeeper.
commit d3ed9a6d92d30b8910297e92e8c95e117823874a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sat Jan 2 22:12:30 2016 +0100
Updated debian/pom.xml
---
debian/changelog | 1 +
debian/pom.xml | 24 +++++++++++++++++++++---
2 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6ff689f..8d4f7f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ zookeeper (3.4.7-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
+ - Updated debian/pom.xml
* Updated the upstream signing keys
-- Emmanuel Bourg <ebourg at apache.org> Sat, 02 Jan 2016 21:44:36 +0100
diff --git a/debian/pom.xml b/debian/pom.xml
index 29d5513..f746e48 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -2,16 +2,16 @@
<!--
Apache Maven 2 POM generated by Apache Ivy
http://ant.apache.org/ivy/
- Apache Ivy version: 2.2.0 20100923230623
+ Apache Ivy version: 2.4.0-local-20150617001712 20150617001712
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<packaging>jar</packaging>
- <version>3.4.6</version>
+ <version>3.4.7</version>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
@@ -24,6 +24,12 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
@@ -42,12 +48,24 @@
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>*</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git
More information about the pkg-java-commits
mailing list