Skip to content

Commit 0dc64be

Browse files
committed
Try specify maven package version without brackets
1 parent d0b603f commit 0dc64be

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>com.fasterxml.jackson.core</groupId>
275275
<artifactId>jackson-databind</artifactId>
276-
<version>[2.9.9.1,)</version>
276+
<version>2.9.9.1</version>
277277
</dependency>
278278
<dependency>
279279
<groupId>com.fasterxml.jackson.core</groupId>

sdk/python/examples/quickstart/Quickstart.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,9 @@
691691
],
692692
"metadata": {
693693
"kernelspec": {
694-
"display_name": "PyCharm (feast-python-sdk)",
694+
"display_name": "Python 3",
695695
"language": "python",
696-
"name": "pycharm-e7e8e038"
696+
"name": "python3"
697697
},
698698
"language_info": {
699699
"codemirror_mode": {
@@ -705,7 +705,7 @@
705705
"name": "python",
706706
"nbconvert_exporter": "python",
707707
"pygments_lexer": "ipython3",
708-
"version": "3.6.2"
708+
"version": "3.7.3"
709709
},
710710
"pycharm": {
711711
"stem_cell": {

0 commit comments

Comments
 (0)