Skip to content

Commit

Permalink
2022.0.0.6.B
Browse files Browse the repository at this point in the history
  • Loading branch information
spnettec committed Mar 11, 2024
1 parent 1917989 commit 82775aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-alibaba-examples</artifactId>
<groupId>com.alibaba.cloud</groupId>
<groupId>com.github.heyoulin.spring-cloud-alibaba</groupId>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Spring Cloud Alibaba Integrated Praise Consumer Example</name>

<properties>
<mysql.version>8.0.33</mysql.version>
<druid.version>1.2.21</druid.version>
<mybatis.version>3.0.3</mybatis.version>
</properties>

Expand All @@ -34,9 +34,8 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Spring Cloud Alibaba Integrated Storage Example</name>

<properties>
<mysql.version>8.0.33</mysql.version>
<druid.version>1.2.21</druid.version>
<mybatis.version>3.0.3</mybatis.version>
</properties>

Expand All @@ -29,9 +29,8 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.rnorth.visible-assertions</groupId>
Expand Down

0 comments on commit 82775aa

Please sign in to comment.