Skip to content

Commit

Permalink
fixed version conflict with 2.12 versions of Wayang-packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamir committed Sep 5, 2024
1 parent a739789 commit ad39d7f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions wayang-applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,16 @@
</dependency>
<dependency>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-spark_2.12</artifactId>
<artifactId>wayang-spark</artifactId>
<version>${WAYANG_VERSION}</version>
</dependency>
<dependency>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-api-scala-java_2.12</artifactId>
<artifactId>wayang-api-scala-java</artifactId>
<version>${WAYANG_VERSION}</version>
<!--scope>system</scope-->
<!--systemPath>/Users/kamir/GITHUB.merge/incubator-wayang/wayang-assembly/target/apache-wayang-assembly-0.7.1-incubating-dist/wayang-0.7.1/jars/wayang-api-scala-java-0.7.1.jar</systemPath-->
</dependency>
<!--dependency>
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-api-scala-java_2.12</artifactId>
<version>${WAYANG_VERSION}</version>
</dependency-->

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
Expand Down

0 comments on commit ad39d7f

Please sign in to comment.