Skip to content

Commit

Permalink
Update Spark dependency version to 3.5.0, work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jan 10, 2024
1 parent 10a06b9 commit 49466a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,11 @@
<groupId>org.bdgenomics.adam</groupId>
<artifactId>adam-codegen-spark3_${scala.version.prefix}</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>
<profile>
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<avro.version>1.11.3</avro.version>
<scala.version>2.12.18</scala.version>
<scala.version.prefix>2.12</scala.version.prefix>
<spark.version>3.3.4</spark.version>
<parquet.version>1.12.3</parquet.version>
<spark.version>3.5.0</spark.version>
<parquet.version>1.13.1</parquet.version>
<hadoop-bam.version>7.10.0</hadoop-bam.version>
<slf4j.version>1.7.36</slf4j.version>
<bdg-formats.version>1.0.2</bdg-formats.version>
Expand Down Expand Up @@ -540,7 +540,7 @@
<dependency>
<groupId>net.codingwell</groupId>
<artifactId>scala-guice_${scala.version.prefix}</artifactId>
<version>5.1.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.bdgenomics.adam</groupId>
Expand All @@ -552,6 +552,11 @@
<artifactId>paranamer</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 49466a3

Please sign in to comment.