Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
bubriks committed Dec 2, 2024
1 parent 04f0bd4 commit d1ad2e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
@@ -282,6 +282,13 @@
<artifact.spark.version>spark3.3</artifact.spark.version>
</properties>
</profile>
<profile>
<id>spark-3.5</id>
<properties>
<deequ.version>2.0.7-spark-3.5</deequ.version>
<artifact.spark.version>spark3.5</artifact.spark.version>
</properties>
</profile>
</profiles>

<repositories>

0 comments on commit d1ad2e9

Please sign in to comment.