mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-1689: enable Power architecture
This commit is contained in:
parent
498241b0c4
commit
2f928457ac
2 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"karma": "~0.12.23",
|
||||
"karma-coverage": "^0.5.1",
|
||||
"karma-jasmine": "~0.1.5",
|
||||
"karma-phantomjs-launcher": "~0.1.4",
|
||||
"karma-phantomjs-launcher": "~1.0.0",
|
||||
"load-grunt-tasks": "^0.4.0",
|
||||
"time-grunt": "^0.3.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
<plugin>
|
||||
<groupId>com.github.eirslett</groupId>
|
||||
<artifactId>frontend-maven-plugin</artifactId>
|
||||
<version>0.0.25</version>
|
||||
<version>1.1</version>
|
||||
<executions>
|
||||
|
||||
<execution>
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
<goal>install-node-and-npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<nodeVersion>v0.12.13</nodeVersion>
|
||||
<nodeVersion>v4.4.7</nodeVersion>
|
||||
<npmVersion>2.15.0</npmVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
|||
Loading…
Reference in a new issue