Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/265#discussion_r183948475
--- Diff: guacamole/pom.xml ---
@@ -324,19 +324,25 @@
<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-cookies</artifactId>
--- End diff --
This dependency was removed via #273.
---