Skip to content

Commit

Permalink
ci: fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamLi1314 committed Aug 16, 2023
1 parent 8f897b5 commit 8e5e0f0
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<!-- <parent>-->
<!-- <groupId>club.javafamily</groupId>-->
<!-- <artifactId>javafamily-parent</artifactId>-->
<!-- <version>2.3.2-SNAPSHOT</version>-->
<!-- <relativePath />-->
<!-- </parent>-->

<groupId>club.javafamily</groupId>
<parent>
<groupId>club.javafamily</groupId>
<artifactId>javafamily-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
</parent>

<artifactId>javafamily-service</artifactId>
<version>2.3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -61,13 +59,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>club.javafamily</groupId>
<artifactId>javafamily-parent</artifactId>
<version>${javafamily.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>club.javafamily</groupId>-->
<!-- <artifactId>javafamily-parent</artifactId>-->
<!-- <version>${javafamily.parent.version}</version>-->
<!-- <type>pom</type>-->
<!-- <scope>import</scope>-->
<!-- </dependency>-->

<dependency>
<groupId>io.swagger</groupId>
Expand Down

0 comments on commit 8e5e0f0

Please sign in to comment.