File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
iotdb-collector/collector-core Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4848 shell : bash
4949 run : |
5050 if [ "${{ matrix.java }}" -ge 17 ]; then
51- mvn clean verify -P with-springboot -P with-all-connector -P with-examples -ntp
51+ mvn clean verify -P with-springboot -P with-all-connectors -P with-examples -ntp
5252 else
53- mvn clean verify -P with-all-connector -P with-examples -ntp
53+ mvn clean verify -P with-all-connectors -P with-examples -ntp
5454 fi
Original file line number Diff line number Diff line change 125125 <groupId >com.google.guava</groupId >
126126 <artifactId >guava</artifactId >
127127 </dependency >
128+ <dependency >
129+ <groupId >org.apache.tsfile</groupId >
130+ <artifactId >common</artifactId >
131+ </dependency >
128132 <dependency >
129133 <groupId >com.google.code.findbugs</groupId >
130134 <artifactId >jsr305</artifactId >
181185 <usedDependency >org.eclipse.jetty:jetty-util</usedDependency >
182186 <usedDependency >org.glassfish.jersey.inject:jersey-hk2</usedDependency >
183187 <usedDependency >org.xerial:sqlite-jdbc</usedDependency >
188+ <usedDependency >org.apache.tsfile:common</usedDependency >
184189 </usedDependencies >
185190 </configuration >
186191 </plugin >
You can’t perform that action at this time.
0 commit comments