[go: nahoru, domu]

Skip to content

Commit

Permalink
1. update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joezeo committed Jul 20, 2022
1 parent c44dc33 commit bc01f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
1 change: 1 addition & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</properties>

<dependencies>
<!-- SpringBoot relative dependencies.-->
<!-- SpringBoot relative dependencies.-->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
44 changes: 0 additions & 44 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,50 +28,6 @@
<selenium.version>4.0.0-beta-2</selenium.version>
</properties>

<dependencies>
<!-- Inherited dependency from SpringBoot -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>com.toocol</groupId>
<artifactId>common</artifactId>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.12</artifactId>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<!-- Manage own dependencies -->
Expand Down

0 comments on commit bc01f4d

Please sign in to comment.