Skip to content

Commit

Permalink
chore: Added a dummy dependency to trigger a dependency check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 24, 2024
1 parent 7829197 commit 3817d72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions iotdb-core/datanode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,12 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<!-- Some dummy dependency for triggering the dependency check -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-spi</artifactId>
<version>0.12.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 3817d72

Please sign in to comment.