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 2015/04/09 13:21:10 UTC

isis git commit: ISIS-789: updating simpleapp's pom so that datanucleus-jodatime is in classpath of enhancer

Repository: isis
Updated Branches:
  refs/heads/ISIS-789 61493de43 -> bb8d109f4


ISIS-789: updating simpleapp's pom so that datanucleus-jodatime is in classpath of enhancer


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

Branch: refs/heads/ISIS-789
Commit: bb8d109f4f1362ee1133080601d941b358f28d82
Parents: 61493de
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Apr 9 12:20:58 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Apr 9 12:20:58 2015 +0100

----------------------------------------------------------------------
 example/application/simpleapp/dom/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/bb8d109f/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml
index dfa3a8a..bfb32e8 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -136,6 +136,10 @@
                 </dependency>
                 <dependency>
                     <groupId>org.datanucleus</groupId>
+                    <artifactId>datanucleus-jodatime</artifactId>
+                </dependency>
+                <dependency>
+                    <groupId>org.datanucleus</groupId>
                     <artifactId>datanucleus-api-jdo</artifactId>
                 </dependency>
             </dependencies>