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/01/04 09:10:34 UTC

[22/22] git commit: ISIS-293: fixing DataNucleus dependency in pom.xml

Updated Branches:
  refs/heads/master fe44b4daa -> 24563eaea


ISIS-293: fixing DataNucleus dependency in pom.xml

... for some reason (that I don't quite understand), would now seem that don't need the asm exclusion for the DN enhancer dependency anymore


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

Branch: refs/heads/master
Commit: 24563eaea11132ab23fb8c144ef4eaa602616b8d
Parents: 0a5cef4
Author: Dan Haywood <da...@apache.org>
Authored: Fri Jan 4 08:06:48 2013 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Fri Jan 4 08:06:48 2013 +0000

----------------------------------------------------------------------
 .../quickstart_wicket_restful_jdo/dom/pom.xml      |    6 ------
 .../main/resources/archetype-resources/dom/pom.xml |    6 ------
 2 files changed, 0 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/24563eae/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/dom/pom.xml b/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
index 6c8ceb6..3000acb 100644
--- a/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
@@ -112,12 +112,6 @@
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-enhancer</artifactId>
-            <exclusions>
-				<exclusion>
-					<groupId>org.ow2.asm</groupId>
-					<artifactId>asm</artifactId>
-				</exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>

http://git-wip-us.apache.org/repos/asf/isis/blob/24563eae/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/dom/pom.xml b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/dom/pom.xml
index af40597..d2f8f31 100644
--- a/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/dom/pom.xml
+++ b/example/archetype/quickstart_wicket_restful_jdo/src/main/resources/archetype-resources/dom/pom.xml
@@ -105,12 +105,6 @@
         <dependency>
             <groupId>org.datanucleus</groupId>
             <artifactId>datanucleus-enhancer</artifactId>
-            <exclusions>
-				<exclusion>
-					<groupId>org.ow2.asm</groupId>
-					<artifactId>asm</artifactId>
-				</exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.datanucleus</groupId>