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 56058a4  ISIS-2340: adds Css-Grid-Layout-Addon dependencies (yet 
disabled)
56058a4 is described below

commit 56058a4501249bc24508c04a8199b267d346f2d3
Author: Andi Huber <[email protected]>
AuthorDate: Thu Apr 23 09:49:08 2020 +0200

    ISIS-2340: adds Css-Grid-Layout-Addon dependencies (yet disabled)
---
 incubator/viewers/vaadin/ui/pom.xml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/incubator/viewers/vaadin/ui/pom.xml 
b/incubator/viewers/vaadin/ui/pom.xml
index e0d4fc0..e1b3924 100644
--- a/incubator/viewers/vaadin/ui/pom.xml
+++ b/incubator/viewers/vaadin/ui/pom.xml
@@ -29,6 +29,14 @@
                
<git-plugin.propertiesDir>org/apache/isis/incubator/viewer/vaadin/ui</git-plugin.propertiesDir>
        </properties>
 
+<!-- IN CASE WE WANT TO USE VAADIN ADDONS -->
+<!--   <repositories> -->
+<!--           <repository> -->
+<!--                   <id>vaadin-addons</id> -->
+<!--                   <url>https://maven.vaadin.com/vaadin-addons</url> -->
+<!--           </repository> -->
+<!--   </repositories> -->
+
        <build>
 
                <plugins>
@@ -94,7 +102,7 @@
                        <artifactId>vaadin-spring</artifactId>
                        <exclusions>
                                <exclusion>
-                                   <!-- convergence issue with wicket 1.3.3 vs 
1.4  -->
+                                       <!-- convergence issue with wicket 
1.3.3 vs 1.4 -->
                                        <groupId>commons-fileupload</groupId>
                                        
<artifactId>commons-fileupload</artifactId>
                                </exclusion>
@@ -106,6 +114,15 @@
                        <version>1.4</version>
                </dependency>
 
+               <!-- VAADIN ADDONS -->
+
+<!--           <dependency> -->
+<!--                   <groupId>com.github.appreciated</groupId> -->
+<!--                   <artifactId>vaadin-css-grid</artifactId> -->
+<!--                   <version>2.0.0.beta3</version> -->
+<!--                   <version>0.8.4</version> -->
+<!--           </dependency> -->
+
        </dependencies>
 
 </project>

Reply via email to