You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/10/11 09:04:34 UTC

[2/2] flex-site git commit: - Added a dependency maven seems to be missing on buidbot

- Added a dependency maven seems to be missing on buidbot


Project: http://git-wip-us.apache.org/repos/asf/flex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-site/commit/a507d6b5
Tree: http://git-wip-us.apache.org/repos/asf/flex-site/tree/a507d6b5
Diff: http://git-wip-us.apache.org/repos/asf/flex-site/diff/a507d6b5

Branch: refs/heads/maven-site
Commit: a507d6b5c1a5639dd34c5e60f0e30c3f6438163c
Parents: 71f162d
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Oct 11 11:03:35 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Oct 11 11:03:35 2016 +0200

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-site/blob/a507d6b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 15a2967..d47ef98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,11 @@
         </configuration>
         <dependencies>
           <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+          </dependency>
+          <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-core</artifactId>
             <version>1.6</version>