mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
use any version of dependency in example. so zeppelin version bumpup doesn't need to take care of them
This commit is contained in:
parent
2aec52daed
commit
b655fa6568
2 changed files with 4 additions and 4 deletions
|
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue