use any version of dependency in example. so zeppelin version bumpup doesn't need to take care of them

This commit is contained in:
Lee moon soo 2017-01-07 09:50:49 -08:00
parent 2aec52daed
commit b655fa6568
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"zeppelin-tabledata": "0.7.0-SNAPSHOT",
"zeppelin-vis": "0.7.0-SNAPSHOT"
"zeppelin-tabledata": "*",
"zeppelin-vis": "*"
}
}

View file

@ -6,7 +6,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"zeppelin-tabledata": "0.7.0-SNAPSHOT",
"zeppelin-vis": "0.7.0-SNAPSHOT"
"zeppelin-tabledata": "*",
"zeppelin-vis": "*"
}
}