Skip to content

Commit

Permalink
issue #729 POM: Fix an oversight in the dependency name (hardcoded sc…
Browse files Browse the repository at this point in the history
…ala version)
  • Loading branch information
wajda committed Aug 1, 2023
1 parent cb5f274 commit 3421004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependencies>
<dependency>
<groupId>za.co.absa.spline.agent.spark</groupId>
<artifactId>agent-commons_2.12</artifactId>
<artifactId>agent-commons_${scala.binary.version}</artifactId>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 3421004

Please sign in to comment.