Skip to content

Commit

Permalink
Adding mysql connector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinthakaJ98 committed Jul 17, 2024
1 parent 264e9e3 commit e629556
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion samples/DatabasePolling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,14 @@
</plugins>
</build>
</profile>
</profiles>
</profiles>
<dependencies>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.32</version>
</dependency>
</dependencies>
<properties>
<projectType>integration-project</projectType>
<uuid>2acf9d9c-5705-4d6b-90cf-39beac852b38</uuid>
Expand Down
9 changes: 8 additions & 1 deletion samples/RESTDataService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,14 @@
</plugins>
</build>
</profile>
</profiles>
</profiles>
<dependencies>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.32</version>
</dependency>
</dependencies>
<properties>
<projectType>integration-project</projectType>
<uuid>21cfc6ad-73a3-4eb8-a636-7c43a311124d</uuid>
Expand Down
9 changes: 8 additions & 1 deletion samples/StudentsDataService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,14 @@
</plugins>
</build>
</profile>
</profiles>
</profiles>
<dependencies>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.32</version>
</dependency>
</dependencies>
<properties>
<projectType>integration-project</projectType>
<uuid>76d737f3-2512-43ae-85b0-70bc9030d02b</uuid>
Expand Down

0 comments on commit e629556

Please sign in to comment.