You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2013/06/06 21:47:19 UTC

git commit: dependence fix

Updated Branches:
  refs/heads/trunk 1cb1fc929 -> 82b7ad13e


dependence fix


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/82b7ad13
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/82b7ad13
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/82b7ad13

Branch: refs/heads/trunk
Commit: 82b7ad13eb86b9fc90559f874b97a27a36a9a670
Parents: 1cb1fc9
Author: jvermillard <jv...@apache.org>
Authored: Thu Jun 6 21:46:28 2013 +0200
Committer: jvermillard <jv...@apache.org>
Committed: Thu Jun 6 21:46:28 2013 +0200

----------------------------------------------------------------------
 protobuf/pom.xml |    1 -
 thrift/pom.xml   |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/82b7ad13/protobuf/pom.xml
----------------------------------------------------------------------
diff --git a/protobuf/pom.xml b/protobuf/pom.xml
index 6dcd5a4..0c025c3 100644
--- a/protobuf/pom.xml
+++ b/protobuf/pom.xml
@@ -42,7 +42,6 @@
       <groupId>com.google.protobuf</groupId>
       <artifactId>protobuf-java</artifactId>
       <version>${protobuf.version}</version>
-      <scope>provided</scope>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/mina/blob/82b7ad13/thrift/pom.xml
----------------------------------------------------------------------
diff --git a/thrift/pom.xml b/thrift/pom.xml
index 3264da3..17b522c 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+
 <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
@@ -42,7 +43,6 @@
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>
       <version>${thrift.version}</version>
-      <scope>provided</scope>
     </dependency>
 
     <dependency>