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/01/27 13:54:47 UTC

[20/23] directory-fortress-core git commit: update to M28 ldap api

update to M28 ldap api


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

Branch: refs/heads/master
Commit: b1e9c986d6c5f14e83125bba8c429205ac2c2c8e
Parents: 14a1b3e
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jan 16 07:50:00 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jan 16 07:50:00 2015 -0600

----------------------------------------------------------------------
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/b1e9c986/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bd09e6b..aeab6b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <version.ant.launcher>1.9.1</version.ant.launcher>
         <version.antlr>2.7.7</version.antlr>
         <version.apacheds>2.0.0-M18</version.apacheds>
-        <version.api.all>1.0.0-M27</version.api.all>
+        <version.api.all>1.0.0-M28</version.api.all>
         <version.commons.beanutils>1.7.0</version.commons.beanutils>
         <version.commons.beanutils-core>1.8.0</version.commons.beanutils-core>
         <version.commons.codec>1.2</version.commons.codec>
@@ -738,6 +738,13 @@
                                 </goals>
                             </execution>
                         </executions>
+                        <dependencies>
+                            <dependency>
+                                <groupId>log4j</groupId>
+                                <artifactId>log4j</artifactId>
+                                <version>${version.log4j}</version>
+                            </dependency>
+                        </dependencies>
                     </plugin>
 
                 </plugins>