You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/05/10 14:08:43 UTC

[GitHub] [shardingsphere] hitnewbee opened a new issue #5517: Can't build sharding-proxy-backend without sharding-metrics-spi in pom.xml

hitnewbee opened a new issue #5517:
URL: https://github.com/apache/shardingsphere/issues/5517


   in file:
   sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/execute/JDBCExecuteEngine.java
   
   line 22、23:
   `import org.apache.shardingsphere.metrics.enums.MetricsLabelEnum;`
    `import org.apache.shardingsphere.metrics.facade.MetricsTrackerFacade;`
   I can't build success until add 
   `       <dependency>`
   `            <groupId>org.apache.shardingsphere</groupId>`
   `            <artifactId>sharding-metrics-spi</artifactId>`
   `            <version>${project.version}</version>`
   `        </dependency>`
   
   into sharding-proxy/sharding-proxy-backend/pom.xml


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [shardingsphere] hitnewbee commented on issue #5517: Can't build sharding-proxy-backend without sharding-metrics-spi in pom.xml

Posted by GitBox <gi...@apache.org>.
hitnewbee commented on issue #5517:
URL: https://github.com/apache/shardingsphere/issues/5517#issuecomment-626429952


   > You should mvn clean install in root directory.
   
   Build success since run mvn clean, thanks.I will close it


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [shardingsphere] kimmking commented on issue #5517: Can't build sharding-proxy-backend without sharding-metrics-spi in pom.xml

Posted by GitBox <gi...@apache.org>.
kimmking commented on issue #5517:
URL: https://github.com/apache/shardingsphere/issues/5517#issuecomment-626347859


   You should mvn clean install in root directory.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [shardingsphere] yu199195 commented on issue #5517: Can't build sharding-proxy-backend without sharding-metrics-spi in pom.xml

Posted by GitBox <gi...@apache.org>.
yu199195 commented on issue #5517:
URL: https://github.com/apache/shardingsphere/issues/5517#issuecomment-626345282


   please install all 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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