Fix CI
This commit is contained in:
parent
b04b2435be
commit
3ef364d038
|
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>[2.0.14,)</version>
|
||||
<version>[2.0.14,6.0.6]</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -197,7 +197,8 @@
|
|||
<encoding>UTF-8</encoding>
|
||||
<consoleOutput>true</consoleOutput>
|
||||
<failsOnError>true</failsOnError>
|
||||
<excludes>org/skywalking/apm/network/**/*.java</excludes>
|
||||
<excludes>org/skywalking/apm/network/**/*.java,
|
||||
org/skywalking/apm/collector/remote/grpc/**/*.java</excludes>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
|
|
|
|||
Loading…
Reference in New Issue