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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 06bc56a  Using a more standard angular-aria dependency
06bc56a is described below

commit 06bc56a24efe02dba4b177112611e592c8e1999e
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Tue Nov 27 14:27:17 2018 +0100

    Using a more standard angular-aria dependency
---
 client/enduser/pom.xml                                              | 4 ++--
 client/enduser/src/main/resources/META-INF/resources/app/index.html | 2 +-
 pom.xml                                                             | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/client/enduser/pom.xml b/client/enduser/pom.xml
index 7b06c87..2a7745c 100644
--- a/client/enduser/pom.xml
+++ b/client/enduser/pom.xml
@@ -119,8 +119,8 @@ under the License.
       <artifactId>kendo-ui-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.webjars.bowergithub.angular</groupId>
-      <artifactId>bower-angular-aria</artifactId>
+      <groupId>org.webjars.bower</groupId>
+      <artifactId>angular-aria</artifactId>
     </dependency>  
 
     <!--Bootstrap-->
diff --git 
a/client/enduser/src/main/resources/META-INF/resources/app/index.html 
b/client/enduser/src/main/resources/META-INF/resources/app/index.html
index 4a13796..8819fdd 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/index.html
+++ b/client/enduser/src/main/resources/META-INF/resources/app/index.html
@@ -105,7 +105,7 @@ under the License.
   <script 
src="../webjars/angular-translate-loader-partial/${angular-translate-loader-partial.version}/angular-translate-loader-partial.js"></script>
   <script 
src="../webjars/angular-translate-storage-cookie/${angular-translate.version}/angular-translate-storage-cookie.js"></script>
   <script 
src="../webjars/bootstrap-fileinput/${bootstrap-fileinput.version}/js/fileinput.js"></script>
-  <script src="../webjars/angular-aria/angular-aria.min.js" ></script>
+  <script src="../webjars/angular-aria/${angular.version}/angular-aria.min.js" 
></script>
 
   <!--main angular application-->
   <script src="js/app.js"></script>
diff --git a/pom.xml b/pom.xml
index f830d3d..b9380da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1592,8 +1592,8 @@ under the License.
         <version>${angular-translate.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.webjars.bowergithub.angular</groupId>
-        <artifactId>bower-angular-aria</artifactId>
+        <groupId>org.webjars.bower</groupId>
+        <artifactId>angular-aria</artifactId>
         <version>${angular.version}</version>
       </dependency>  
 

Reply via email to