You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/16 08:14:52 UTC

[syncope] 01/02: Removing unused dependencies definition

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

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

commit 24205a82cf743722e1cde64afde060a320951f52
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun Sep 15 14:50:45 2019 +0200

    Removing unused dependencies definition
---
 pom.xml | 44 --------------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14c2b34..40020f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -470,12 +470,6 @@ under the License.
     <wicket-bootstrap.version>2.0.10</wicket-bootstrap.version>
     <wicket-spring-boot.version>2.1.7</wicket-spring-boot.version>
     
-    <ng-password-strength.version>0.2.1</ng-password-strength.version>
-    <lodash.version>4.17.4</lodash.version>
-    <kendo-ui-core.version>2018.1.221</kendo-ui-core.version>
-    <select2.version>3.4.8</select2.version>
-    <fileSaver.version>0.0.2</fileSaver.version>
-    
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
 
     <netbeans.version>RELEASE111</netbeans.version>
@@ -1611,44 +1605,6 @@ under the License.
       </dependency>
 
       <dependency>
-        <groupId>org.webjars.bower</groupId>
-        <artifactId>ng-password-strength</artifactId>
-        <version>${ng-password-strength.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.webjars.bower</groupId>
-            <artifactId>lodash</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.webjars</groupId>
-        <artifactId>lodash</artifactId>
-        <version>${lodash.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.webjars</groupId>
-        <artifactId>kendo-ui-core</artifactId>
-        <version>${kendo-ui-core.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.webjars.bower</groupId>
-        <artifactId>select2</artifactId>
-        <version>${select2.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.webjars.bower</groupId>
-            <artifactId>jquery</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.webjars.bower</groupId>
-        <artifactId>FileSaver.js</artifactId>
-        <version>${fileSaver.version}</version>
-      </dependency>
-      
-      <dependency>
         <groupId>org.netbeans.api</groupId>
         <artifactId>org-netbeans-api-annotations-common</artifactId>
         <version>${netbeans.version}</version>