File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
iotdb-collector/collector-core Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments