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

Commit 1a26ab5

Browse files
Removed versions form POM files
1 parent b464c28 commit 1a26ab5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

sansa-inference-common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@
7979
<groupId>org.apache.calcite</groupId>
8080
<artifactId>calcite-core</artifactId>
8181
</dependency>
82-
<dependency>
83-
<groupId>com.google.protobuf</groupId>
84-
<artifactId>protobuf-java</artifactId>
85-
<version>3.5.0</version>
86-
</dependency>
8782

8883
<!-- Scopt CLI API-->
8984
<dependency>

sansa-inference-spark/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@
171171
<dependency>
172172
<groupId>com.holdenkarau</groupId>
173173
<artifactId>spark-testing-base_${scala.binary.version}</artifactId>
174-
<!--version>${spark.version}_0.7.1</version-->
175-
<version>2.3.0_0.9.0</version>
176174
<scope>test</scope>
177175
</dependency>
178176
<dependency>
@@ -231,7 +229,6 @@
231229
<dependency>
232230
<groupId>org.apache.commons</groupId>
233231
<artifactId>commons-compress</artifactId>
234-
<version>1.19</version>
235232
</dependency>
236233
</dependencies>
237234

@@ -325,7 +322,6 @@
325322
<plugin>
326323
<groupId>org.apache.maven.plugins</groupId>
327324
<artifactId>maven-dependency-plugin</artifactId>
328-
<!--<version>3.0.1</version>-->
329325
<executions>
330326
<execution>
331327
<id>resource-dependencies</id>

0 commit comments

Comments
 (0)