Skip to content

Commit

Permalink
Fixed artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 15, 2022
1 parent ff3a6b8 commit 41b220f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.31</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -105,7 +105,7 @@

<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 41b220f

Please sign in to comment.