You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/05/19 09:37:33 UTC

[isis] 12/13: ISIS-1949: let helloworld/simpleapp use the new codegen plugin

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 8179d7cb7ecc06111c03e2bd0ff0b78fdc89b4e1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat May 19 11:13:58 2018 +0200

    ISIS-1949: let helloworld/simpleapp use the new codegen plugin
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1949
---
 example/application/helloworld/pom.xml              | 6 ++++++
 example/application/simpleapp/module-simple/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index be4aaae..461154c 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -167,6 +167,12 @@
         </dependency>
         
         <!-- ISIS CORE PLUGINS -->
+        
+        <dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>isis-core-plugins-codegen-javassist</artifactId>
+		</dependency>
+        
         <dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-plugins-discovery-reflections</artifactId>
diff --git a/example/application/simpleapp/module-simple/pom.xml b/example/application/simpleapp/module-simple/pom.xml
index dc4c7f7..29f5121 100644
--- a/example/application/simpleapp/module-simple/pom.xml
+++ b/example/application/simpleapp/module-simple/pom.xml
@@ -150,6 +150,12 @@
         <!-- ISIS CORE PLUGINS -->
         
         <dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>isis-core-plugins-codegen-javassist</artifactId>
+			<version>${isis.version}</version>
+		</dependency>
+        
+        <dependency>
             <groupId>org.apache.isis.core</groupId>
             <artifactId>isis-core-plugins-discovery-reflections</artifactId>
             <version>${isis.version}</version>

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.