Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Oct 6, 2022
1 parent 5d57c69 commit 3f5c615
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions druid-demo-petclinic/pom.xml
Expand Up @@ -26,14 +26,14 @@
<jacoco.version>0.8.7</jacoco.version>
<nohttp-checkstyle.version>0.0.10</nohttp-checkstyle.version>
<spring-format.version>0.0.31</spring-format.version>

<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.11</version>
<version>1.2.13-SNAPSHOT</version>
</dependency>
<!-- Spring and Spring Boot dependencies -->
<dependency>
Expand Down
Expand Up @@ -109,7 +109,7 @@ public Pet getPet(String name) {

/**
* Return the Pet with the given id, or null if none found for this Owner.
* @param name to test
* @param id to test
* @return a pet if pet id is already in use
*/
public Pet getPet(Integer id) {
Expand Down

0 comments on commit 3f5c615

Please sign in to comment.