Skip to content

Commit

Permalink
Code Review Update 4th:
Browse files Browse the repository at this point in the history
* Refactored `pom.xml`
  • Loading branch information
Mighten authored and ruanwenjun committed Sep 27, 2024
1 parent 3885944 commit e209cfe
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-storage-api</artifactId>
Expand All @@ -51,9 +46,8 @@
</dependency>

<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-task-api</artifactId>
<version>${project.version}</version>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit e209cfe

Please sign in to comment.