You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/11/29 04:47:50 UTC

[GitHub] chenpengfei edited a comment on issue #1801: ProtectiveShieldMatcher error in agent log

chenpengfei edited a comment on issue #1801: ProtectiveShieldMatcher error in agent log
URL: https://github.com/apache/incubator-skywalking/issues/1801#issuecomment-442705088
 
 
   I meet the same warn. It is because of dependency confilicts, you can use `maven-enforcer-plugin` to find confilicts.
   
   ```
   <plugins>
               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-enforcer-plugin</artifactId>
                   <version>1.4.1</version>
                   <configuration>
                       <rules><dependencyConvergence/></rules>
                   </configuration>
           </plugin>
   </plugins>
   ```
   then run 
   
   `mvn enforcer:enforce`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services