Skip to content

Commit

Permalink
Update dependency reference
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jun 15, 2023
1 parent eabc5a4 commit e48adfd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<scala.major.version>2.11</scala.major.version>
<scala.minor.version>11</scala.minor.version>
<scala.major.version>2.13.11</scala.major.version>

</properties>


Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.major.version}.${scala.minor.version}</version>
<version>${scala.major.version}</version>
</dependency>

<dependency>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.7.7</version>
<version>1.10.0</version>
</dependency>

<dependency>
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.16</version>
<version>8.0.28</version>
</dependency>


Expand All @@ -88,9 +88,12 @@

</plugin>

<!--
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>4.8.1</version>
<executions>
<execution>
<id>scala-compile-first</id>
Expand All @@ -109,7 +112,7 @@
</execution>
</executions>
</plugin>

-->

</plugins>

Expand Down

0 comments on commit e48adfd

Please sign in to comment.