Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 24d9317

Browse files
Protobuf 3.x necessary for Calcite.
1 parent 86638b6 commit 24d9317

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sansa-inference-common/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
<groupId>org.apache.calcite</groupId>
7979
<artifactId>calcite-core</artifactId>
8080
</dependency>
81+
<dependency>
82+
<groupId>com.google.protobuf</groupId>
83+
<artifactId>protobuf-java</artifactId>
84+
<version>3.3.1</version>
85+
</dependency>
86+
8187

8288
<!-- Test -->
8389
<dependency>

0 commit comments

Comments
 (0)