GUACAMOLE-526: Merge changes updating AngularJS to the latest stable (1.6.9).

This commit is contained in:
Michael Jumper
2018-04-26 09:55:31 -07:00
36 changed files with 263 additions and 163 deletions

View File

@@ -324,19 +324,19 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular</artifactId>
<version>1.3.16</version>
<version>1.6.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-route</artifactId>
<version>1.3.16</version>
<version>1.6.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-touch</artifactId>
<version>1.3.16</version>
<version>1.6.9</version>
<scope>runtime</scope>
</dependency>
@@ -358,13 +358,13 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-translate</artifactId>
<version>2.8.0</version>
<version>2.16.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-translate-interpolation-messageformat</artifactId>
<version>2.8.0</version>
<version>2.16.0</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
@@ -382,7 +382,7 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-translate-loader-static-files</artifactId>
<version>2.8.0</version>
<version>2.16.0</version>
<scope>runtime</scope>
</dependency>