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 7a9f63fa7a ISIS-3297: remove wicket deps from core
7a9f63fa7a is described below

commit 7a9f63fa7a03d7d8467b60b3836b3548a74eb702
Author: Andi Huber <[email protected]>
AuthorDate: Tue Nov 29 16:04:32 2022 +0100

    ISIS-3297: remove wicket deps from core
---
 core/NOTICE            |  7 -----
 core/pom.xml           | 74 ------------------------------------------------
 viewers/wicket/pom.xml | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 77 insertions(+), 81 deletions(-)

diff --git a/core/NOTICE b/core/NOTICE
deleted file mode 100644
index 7291912364..0000000000
--- a/core/NOTICE
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Isis
-Copyright 2010-2015 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-
diff --git a/core/pom.xml b/core/pom.xml
index 6126769dc5..2533c2ad1e 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1062,80 +1062,6 @@
                        <artifactId>lombok</artifactId>
                        <scope>provided</scope>
                </dependency>
-               <dependency>
-                       <groupId>de.agilecoders.wicket</groupId>
-                       <artifactId>wicket-bootstrap-extensions</artifactId>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>org.apache.wicket</groupId>
-                                       <artifactId>wicket-util</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.wicket</groupId>
-                                       <artifactId>wicket-request</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.wicket</groupId>
-                                       <artifactId>wicket-core</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.apache.wicket</groupId>
-                                       
<artifactId>wicket-extensions</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>bootstrap</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>font-awesome</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>jquery</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>jquerypp</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>jquery-ui</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>typeaheadjs</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       
<artifactId>x-editable-bootstrap</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars</groupId>
-                                       <artifactId>spin-js</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.google.javascript</groupId>
-                                       
<artifactId>closure-compiler</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.google.javascript</groupId>
-                                       
<artifactId>closure-compiler-unshaded</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars.bower</groupId>
-                                       <artifactId>summernote</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>com.google.guava</groupId>
-                                       <artifactId>guava</artifactId>
-                               </exclusion>
-                               <exclusion>
-                                       <groupId>org.webjars.bower</groupId>
-                                       <artifactId>momentjs</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
        </dependencies>
 
        <profiles>
diff --git a/viewers/wicket/pom.xml b/viewers/wicket/pom.xml
index 894af1b911..7cf278ee54 100644
--- a/viewers/wicket/pom.xml
+++ b/viewers/wicket/pom.xml
@@ -33,6 +33,83 @@
     <name>Apache Causeway Viewer - Wicket</name>
 
     <packaging>pom</packaging>
+    
+    <dependencies>
+               <dependency>
+                       <groupId>de.agilecoders.wicket</groupId>
+                       <artifactId>wicket-bootstrap-extensions</artifactId>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.wicket</groupId>
+                                       <artifactId>wicket-util</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.wicket</groupId>
+                                       <artifactId>wicket-request</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.wicket</groupId>
+                                       <artifactId>wicket-core</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.apache.wicket</groupId>
+                                       
<artifactId>wicket-extensions</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>bootstrap</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>font-awesome</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>jquery</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>jquerypp</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>jquery-ui</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>typeaheadjs</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       
<artifactId>x-editable-bootstrap</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars</groupId>
+                                       <artifactId>spin-js</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.google.javascript</groupId>
+                                       
<artifactId>closure-compiler</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.google.javascript</groupId>
+                                       
<artifactId>closure-compiler-unshaded</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars.bower</groupId>
+                                       <artifactId>summernote</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>com.google.guava</groupId>
+                                       <artifactId>guava</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.webjars.bower</groupId>
+                                       <artifactId>momentjs</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
+       </dependencies>
 
     <modules>
         <module>applib</module>

Reply via email to