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 2015/04/17 05:20:16 UTC

directory-fortress-enmasse git commit: FC-88 - fix artifact id on Jgrapht path element

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 71a86e8a4 -> 1eaa7d5b8


FC-88 - fix artifact id on Jgrapht path element


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

Branch: refs/heads/master
Commit: 1eaa7d5b8599847c6d4184dd2362695833ed353f
Parents: 71a86e8
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Apr 16 22:12:24 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Apr 16 22:12:24 2015 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/1eaa7d5b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c7070db..20e2241 100755
--- a/pom.xml
+++ b/pom.xml
@@ -426,7 +426,7 @@
                     <pathelement location="${log4j:log4j:jar}"/>
                     <pathelement location="${org.apache.directory.api:api-all:jar}"/>
                     <pathelement location="${org.apache.mina:mina-core:jar}"/>
-                    <pathelement location="${org.jgrapht:jgrapht-jdk1.5:jar}"/>
+                    <pathelement location="${org.jgrapht:jgrapht-core:jar}"/>
                     <pathelement location="${org.jasypt:jasypt:jar}"/>
                     <pathelement location="${commons-configuration:commons-configuration:jar}"/>
                     <pathelement location="${commons-lang:commons-lang:jar}"/>