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 2023/01/10 07:16:26 UTC

[isis-app-simpleapp] branch jdo-SNAPSHOT updated: revert workaround

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/isis-app-simpleapp.git


The following commit(s) were added to refs/heads/jdo-SNAPSHOT by this push:
     new 74ca503  revert workaround
74ca503 is described below

commit 74ca5032bc40789665e823d31d09ebaa27c543c6
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jan 10 07:16:18 2023 +0000

    revert workaround
---
 module-simple/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/module-simple/pom.xml b/module-simple/pom.xml
index a3f3829..84f5b02 100644
--- a/module-simple/pom.xml
+++ b/module-simple/pom.xml
@@ -29,14 +29,6 @@
                 </excludes>
             </resource>
         </resources>
-        <plugins>
-            <!-- TODO: workaround, for some reason this isn't being picked up from the inherited profile -->
-            <plugin>
-                <groupId>org.datanucleus</groupId>
-                <artifactId>datanucleus-maven-plugin</artifactId>
-                <version>${datanucleus-maven-plugin.version}</version>
-            </plugin>
-        </plugins>
     </build>
 
     <dependencies>