Skip to content

Commit

Permalink
fix(*) 修复-lombok依赖重复引用
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengjiaao committed Mar 4, 2022
1 parent f595b14 commit cbb9a74
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 25 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<modules>
<module>starter-actuator</module>
<module>starter-aop</module>
<module>starter-cache</module>
<module>starter-data</module>
<!-- <module>starter-jdbc</module>-->
Expand Down Expand Up @@ -76,6 +77,10 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven.clean.plugin.version}</version>
</plugin>
<!--maven的编译插件-->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -103,10 +108,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven.clean.plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
5 changes: 0 additions & 5 deletions starter-quartz/starter-quartz-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>

</project>
5 changes: 0 additions & 5 deletions starter-quartz/starter-quartz-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>

</project>
5 changes: 0 additions & 5 deletions starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>

</project>
5 changes: 0 additions & 5 deletions starter-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion starter-web-services/starter-web-services-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zja</groupId>
<artifactId>spring-boot-starter-test-root</artifactId>
<artifactId>starter-web-services</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit cbb9a74

Please sign in to comment.