java maven导包出错 微服务项目

这是某个项目依赖的包 但是已启动就报错  可是我已经放入maven仓库了呀

 

 

是找不到符号和找不到类的报错吗?

[ERROR] Failed to execute goal on project service_acl: Could not resolve dependencies for project cn.bb:service_acl:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at cn.bb:service_security:jar:0.0.1-SNAPSHOT: Failed to read artifact descriptor for cn.bb:service_security:jar:0.0.1-SNAPSHOT: Could not find artifact cn.bb:acl_parent:pom:0.0.1-SNAPSHOT -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

 

这是运行出的错   仓库里有 maven的位置也设置对的 无法使用这个类 如果是单体应用放入仓库中就可以使用  但这个子模块放入仓库 就会找不到