Skip to content

Commit b4795b5

Browse files
committed
➖ remove unused dependencies
1 parent ac2053b commit b4795b5

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

netty-mybatis-mongodb/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,13 @@
2727
<version>${spring-boot.version}</version>
2828
</dependency>
2929

30-
<dependency>
31-
<groupId>org.projectlombok</groupId>
32-
<artifactId>lombok</artifactId>
33-
<version>${lombok.version}</version>
34-
</dependency>
35-
36-
<dependency>
37-
<groupId>org.springframework.boot</groupId>
38-
<artifactId>spring-boot-starter-web</artifactId>
39-
<version>${spring-boot.version}</version>
40-
</dependency>
41-
4230
<dependency>
4331
<groupId>org.springframework.boot</groupId>
4432
<artifactId>spring-boot-starter-test</artifactId>
4533
<version>${spring-boot.version}</version>
4634
<scope>test</scope>
4735
</dependency>
4836

49-
<dependency>
50-
<groupId>org.mybatis.spring.boot</groupId>
51-
<artifactId>mybatis-spring-boot-starter</artifactId>
52-
<version>${mybatis.version}</version>
53-
</dependency>
5437

5538
</dependencies>
5639

0 commit comments

Comments
 (0)