Skip to content

Commit

Permalink
Closes #1426: Run IIS experiments by relying on spark 3.4 version
Browse files Browse the repository at this point in the history
Making citation matching module compilable with spark3 after it got rewritten from spark1.6 to spark2.4 (git#1475). It was not tested if it works.
  • Loading branch information
marekhorst committed Oct 24, 2024
1 parent c26b459 commit 66810da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions iis-3rdparty-coansys-citation-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,23 @@

<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-arm_2.11</artifactId>
<artifactId>scala-arm_2.12</artifactId>
</dependency>
<!-- end of deps copied from eon-scala-commons-lite -->

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

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<artifactId>spark-sql_2.12</artifactId>
</dependency>

<dependency>
<groupId>pl.edu.icm.spark-utils</groupId>
<artifactId>spark-utils_2.11</artifactId>
<artifactId>spark-utils_2.12</artifactId>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions iis-wf/iis-wf-citationmatching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,17 @@

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

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<artifactId>spark-sql_2.12</artifactId>
</dependency>

<dependency>
<groupId>pl.edu.icm.spark-utils</groupId>
<artifactId>spark-utils_2.11</artifactId>
<artifactId>spark-utils_2.12</artifactId>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@
</dependency>
<dependency>
<groupId>com.jsuereth</groupId>
<artifactId>scala-arm_2.11</artifactId>
<version>1.4</version>
<artifactId>scala-arm_2.12</artifactId>
<version>2.0</version>
</dependency>
<!-- -->

Expand Down

0 comments on commit 66810da

Please sign in to comment.