You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dr...@apache.org on 2015/01/25 08:52:39 UTC

directory-kerberos git commit: Limit scope for some lib

Repository: directory-kerberos
Updated Branches:
  refs/heads/cleanssl 5c70429db -> 9b38876c1


Limit scope for some lib


Project: http://git-wip-us.apache.org/repos/asf/directory-kerberos/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerberos/commit/9b38876c
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerberos/tree/9b38876c
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerberos/diff/9b38876c

Branch: refs/heads/cleanssl
Commit: 9b38876c1f8ffa1819db6d0644d75279eb18aef1
Parents: 5c70429
Author: Drankye <dr...@gmail.com>
Authored: Sun Jan 25 15:52:23 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Sun Jan 25 15:52:23 2015 +0800

----------------------------------------------------------------------
 3rdparty/not-yet-commons-ssl/pom.xml | 1 +
 pom.xml                              | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/9b38876c/3rdparty/not-yet-commons-ssl/pom.xml
----------------------------------------------------------------------
diff --git a/3rdparty/not-yet-commons-ssl/pom.xml b/3rdparty/not-yet-commons-ssl/pom.xml
index ae3bf0f..00465a4 100644
--- a/3rdparty/not-yet-commons-ssl/pom.xml
+++ b/3rdparty/not-yet-commons-ssl/pom.xml
@@ -68,6 +68,7 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
+      <scope>test</scope>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-ext-jdk15on</artifactId>
       <version>1.51</version>

http://git-wip-us.apache.org/repos/asf/directory-kerberos/blob/9b38876c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c89e94e..c3d3729 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
+        <scope>test</scope>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit.version}</version>