Skip to content

Commit

Permalink
changes scope and systempath in dependency on wayang-api-scala-java_2…
Browse files Browse the repository at this point in the history
….12 in wayang-applications so that it can be build in cloud env. MIGHT BRING BACK THE VISIBILITY ISSUE ! -> must be checked
  • Loading branch information
kamir committed Sep 4, 2024
1 parent 00bc422 commit a739789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wayang-applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
<groupId>org.apache.wayang</groupId>
<artifactId>wayang-api-scala-java_2.12</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>
<!--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>
Expand Down

0 comments on commit a739789

Please sign in to comment.