Skip to content

Commit

Permalink
clean dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Dec 4, 2020
1 parent 8ea3c39 commit 3b4067a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions xxl-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,6 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j-api.version}</version>
<scope>test</scope>
</dependency>
<!-- junit -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<!-- javax.annotation-api -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<artifactId>xxl-job-core</artifactId>
<version>${project.parent.version}</version>
</dependency>

</dependencies>


Expand Down

0 comments on commit 3b4067a

Please sign in to comment.