You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/11/19 09:24:41 UTC

[4/6] git commit: ISIS-593: fixing pom for view model support

ISIS-593: fixing pom for view model support

- dom4j now a production dependency (previously only test)


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/038a8a57
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/038a8a57
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/038a8a57

Branch: refs/heads/master
Commit: 038a8a57d3c5e9004a665cf228992602b98223c9
Parents: e1d00ae
Author: Dan Haywood <da...@apache.org>
Authored: Tue Nov 19 07:50:08 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Tue Nov 19 07:50:08 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/isis/blob/038a8a57/core/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index e23e849..fe23861 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -110,6 +110,11 @@
         </dependency>
 
         <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <scope>test</scope>