gripson opened a new issue #526: [rocketmq-connect-jdbc] Cannot resolve 
io.openmessaging:openmessaging-connector:0.1.1-beta-SNAPSHOT
URL: https://github.com/apache/rocketmq-externals/issues/526
 
 
   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing 
lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
       Cannot resolve 
io.openmessaging:openmessaging-connector:0.1.1-beta-SNAPSHOT when initialize 
rocketmq-connect-jdbc
   - What did you do (The steps to reproduce)?
       Import rocketmq-connect-jdbc to IDEA
   2. Please tell us about your environment:
      Java_Version = '1.8'
      Maven_Version = '3.3.9' 
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
      Replace openmessaging-connector version 0.1.1-beta-SNAPSHOT with 
0.1.0-beta as following
   ```
       <dependency>
               <groupId>io.openmessaging</groupId>
               <artifactId>openmessaging-connector</artifactId>
               <version>0.1.0-beta</version>
        </dependency>
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to