You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/11/04 08:20:28 UTC

directory-kerby git commit: Revert "DIRKRB-441 Add the kerby-cms module in project."

Repository: directory-kerby
Updated Branches:
  refs/heads/pkinit-support 08dd8ce59 -> 10950b36d


Revert "DIRKRB-441 Add the kerby-cms module in project."

This reverts commit 08dd8ce59ed8fb87614b42241c0a482caccbc043.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/10950b36
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/10950b36
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/10950b36

Branch: refs/heads/pkinit-support
Commit: 10950b36d180468e52a74858b43eca3b9bd7355c
Parents: 08dd8ce
Author: plusplusjiajia <ji...@intel.com>
Authored: Wed Nov 4 15:26:38 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Wed Nov 4 15:26:38 2015 +0800

----------------------------------------------------------------------
 kerby-cms/pom.xml | 42 ------------------------------------------
 pom.xml           |  1 -
 2 files changed, 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/10950b36/kerby-cms/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-cms/pom.xml b/kerby-cms/pom.xml
deleted file mode 100644
index f3cccd4..0000000
--- a/kerby-cms/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License. See accompanying LICENSE file.
--->
-<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/xsd/maven-4.0.0.xsd">
-    <parent>
-        <artifactId>kerby-all</artifactId>
-        <groupId>org.apache.kerby</groupId>
-        <version>1.0.0-RC2-SNAPSHOT</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-
-    <artifactId>kerby-cms</artifactId>
-
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.kerby</groupId>
-        <artifactId>kerby-asn1</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.kerby</groupId>
-        <artifactId>kerb-core</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
-    </dependencies>
-
-
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/10950b36/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f870dc2..a5ed5d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,6 @@
     <module>kerby-dist</module>
     <module>benchmark</module>
     <module>kerby-provider</module>
-    <module>kerby-cms</module>
   </modules>
 
   <dependencies>