Skip to content

Commit

Permalink
+ slf4j2
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Jun 26, 2023
1 parent 13fe6bb commit 30acf6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,32 @@
<artifactId>mybatis</artifactId>
<version>3.5.13</version>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency>

<!-- MyBatis-spring integration -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>3.0.2</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.20.0</version>
</dependency>

<!-- JUnit and Selenium for automated testing -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 30acf6f

Please sign in to comment.