Skip to content

Commit

Permalink
fix: milky-concurrent module error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangqi committed Nov 22, 2024
1 parent 8517c2d commit 1afefca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions milky/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
<groupId>cn.sliew</groupId>
<artifactId>milky-common</artifactId>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>milky-concurrent</artifactId>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>milky-test</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@
<artifactId>milky-log</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>milky-concurrent</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>milky-registry</artifactId>
Expand Down

0 comments on commit 1afefca

Please sign in to comment.