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/08/28 17:34:07 UTC

[isis] branch master updated: ISIS-1895: Remove webjars Servlet

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 3e1714b  ISIS-1895: Remove webjars Servlet
3e1714b is described below

commit 3e1714b9a75659bc4c5efb5e3d0a134d916bf9f6
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Aug 28 19:22:00 2018 +0200

    ISIS-1895: Remove webjars Servlet
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1895
---
 core/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 2c36cff..c9a9033 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -145,7 +145,6 @@
         <jackson.version>2.8.0</jackson.version>
         <gson.version>2.7</gson.version>
         <swagger-core.version>1.5.9</swagger-core.version>
-        <webjars-servlet-2.x.version>1.5</webjars-servlet-2.x.version>
 
         <hsqldb.version>2.3.4</hsqldb.version>
         <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
@@ -2124,12 +2123,6 @@ ${license.additional-notes}
                 </exclusions>
             </dependency>
 
-            <dependency>
-                <groupId>org.webjars</groupId>
-                <artifactId>webjars-servlet-2.x</artifactId>
-                <version>${webjars-servlet-2.x.version}</version>
-            </dependency>
-
         </dependencies>
     </dependencyManagement>