浏览代码

Update Angular dependencies.

Joseph White 8 年之前
父节点
当前提交
691d3a3e84
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. 9 3
      pom.xml

+ 9 - 3
pom.xml

@@ -784,17 +784,23 @@
         <dependency>
             <groupId>org.webjars.npm</groupId>
             <artifactId>angular</artifactId>
-            <version>1.6.2</version>
+            <version>1.6.5</version>
         </dependency>
         <dependency>
             <groupId>org.webjars.npm</groupId>
             <artifactId>angular-ui-router</artifactId>
-            <version>1.0.0-beta.3</version>
+            <version>1.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.webjars.npm</groupId>
             <artifactId>angular-translate</artifactId>
-            <version>2.13.1</version>
+            <version>2.15.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.webjars.npm</groupId>
+                    <artifactId>angular</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>