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 2020/05/20 12:10:25 UTC

[isis] branch master updated: ISIS-2341: trying to fix jib build (5)

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


The following commit(s) were added to refs/heads/master by this push:
     new ab6cc3a  ISIS-2341: trying to fix jib build (5)
ab6cc3a is described below

commit ab6cc3a6eb4f668212a181334cc8a30acfcabf58
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 14:10:13 2020 +0200

    ISIS-2341: trying to fix jib build (5)
---
 .../src/main/java/demoapp/dom/mixins/MixinDemo_mixedInViewModel.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/dom/mixins/MixinDemo_mixedInViewModel.java b/examples/demo/domain/src/main/java/demoapp/dom/mixins/MixinDemo_mixedInViewModel.java
index 3d465f9..b46a421 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/mixins/MixinDemo_mixedInViewModel.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/mixins/MixinDemo_mixedInViewModel.java
@@ -18,10 +18,6 @@
  */
 package demoapp.dom.mixins;
 
-import org.apache.isis.applib.annotation.Action;
-import org.apache.isis.applib.annotation.ActionLayout;
-import org.apache.isis.applib.annotation.DomainObject;
-import org.apache.isis.applib.annotation.Nature;
 import org.apache.isis.applib.annotation.Property;
 import org.apache.isis.applib.value.Markup;