You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/03/18 00:34:50 UTC

directory-fortress-commander git commit: remove jhighlight dependency

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 874ca3755 -> d9532a698


remove jhighlight dependency


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/commit/d9532a69
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/tree/d9532a69
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/diff/d9532a69

Branch: refs/heads/master
Commit: d9532a698ef277ac691ac3352df97016be4f40dd
Parents: 874ca37
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Mar 17 18:34:46 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Mar 17 18:34:46 2016 -0500

----------------------------------------------------------------------
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/d9532a69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 83ef5c0..f727628 100755
--- a/pom.xml
+++ b/pom.xml
@@ -247,12 +247,6 @@
     </dependency>
     
     <dependency>
-      <groupId>com.uwyn</groupId>
-      <artifactId>jhighlight</artifactId>
-      <version>1.0</version>
-    </dependency>
-    
-    <dependency>
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
       <version>1.6.1</version>