Skip to content

Commit e558112

Browse files
committed
fix build
1 parent c40a908 commit e558112

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/compile-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
if [ "${{ matrix.java }}" -ge 17 ]; then
5151
mvn clean verify -P with-springboot -P with-all-connector -P with-examples -ntp
5252
else
53-
mvn clean verify -ntp
53+
mvn clean verify -P with-all-connector -P with-examples -ntp
5454
fi

iotdb-collector/collector-core/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
<groupId>org.apache.tsfile</groupId>
6262
<artifactId>tsfile</artifactId>
6363
</dependency>
64-
<dependency>
65-
<groupId>org.apache.tsfile</groupId>
66-
<artifactId>common</artifactId>
67-
</dependency>
6864
<dependency>
6965
<groupId>jakarta.servlet</groupId>
7066
<artifactId>jakarta.servlet-api</artifactId>
@@ -129,10 +125,6 @@
129125
<groupId>com.google.guava</groupId>
130126
<artifactId>guava</artifactId>
131127
</dependency>
132-
<dependency>
133-
<groupId>org.apache.tsfile</groupId>
134-
<artifactId>common</artifactId>
135-
</dependency>
136128
<dependency>
137129
<groupId>com.google.code.findbugs</groupId>
138130
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)