Skip to content

Commit

Permalink
remove duplicated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Aug 17, 2024
1 parent 1277700 commit 21ef631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions gluten-ut/spark35/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.1</version>
</dependency>
</dependencies>

<profiles>
Expand Down
7 changes: 0 additions & 7 deletions gluten-ut/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.gluten</groupId>
<artifactId>gluten-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit 21ef631

Please sign in to comment.