youzan / nsqJavaSDK

nsq client for java
37 stars 22 forks source link

Erro in Dependence. As I find this jar 'DCC-Client' ?? #19

Open aaguerra opened 6 years ago

aaguerra commented 6 years ago

Failed to execute goal on project NSQ-Client: Could not resolve dependencies for project com.youzan:NSQ-Client:jar:2.4.2-os-SNAPSHOT: Could not find artifact com.youzan:DCC-Client:jar:1.1.0622-RELEASE in central (http://repo.maven.apache.org/maven2) -> [Help 1]

DoraALin commented 6 years ago

greetings and sorry for late response, With lastest pr https://github.com/youzan/nsqJavaSDK/pull/20, parent in pom is removed, and you may would like to pull master branch
As to unresolved dependency, pls try compile with openSource profile, like: mvn compile -P openSource,!dev