Java 找不到工件mule模块json

Java 找不到工件mule模块json,java,maven,mule,anypoint-studio,Java,Maven,Mule,Anypoint Studio,我一直很高兴在AnypointStudio(Eclipse)6.2.2中开发我的API,直到现在我在流中添加了一个JSON到对象转换器;现在,当我构建mvn干净包-U 我得到: 下载: [信息]生成失败 [信息]----------------------------------------------------------------------- [信息]总时间:14.775秒 [信息]完成时间:2017-07-19T10:38:10+10:00 [信息]最终内存:25M/644M [信息

我一直很高兴在AnypointStudio(Eclipse)6.2.2中开发我的API,直到现在我在流中添加了一个JSON到对象转换器;现在,当我构建
mvn干净包-U

我得到:

下载:

[信息]生成失败

[信息]-----------------------------------------------------------------------

[信息]总时间:14.775秒

[信息]完成时间:2017-07-19T10:38:10+10:00

[信息]最终内存:25M/644M

[信息]------------------------------------------------------------------------

[错误]未能在项目foobar上执行目标:无法解析项目org的依赖项。foo:bar:mule:1.0.0-SNAPSHOT:未能在org.mule上收集依赖项。modules:mule module json:jar:3.8.3->org.mule.modules:mule模块验证:jar:3.8.3:未能读取org.mule的工件描述符。modules:mule模块验证:jar:3.8.3:can在Central()中找不到工件org.mule.extensions:mule extensions:pom:3.8.3->[帮助1]


有人能告诉我出了什么问题吗?我是否需要EE许可证才能使用JSON对象?

我找到了答案。我的POM使用的是Mule runtime 3.8.3

<mule.version>3.8.3</mule.version>
     <dependency>
        <groupId>org.mule.modules</groupId>
        <artifactId>mule-module-json</artifactId>
        <version>3.8.1</version>
        <scope>provided</scope>
    </dependency>