我正在尝试使用Grails 3运行Camunda Community Edition。这是Maven坐标:
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom</artifactId>
<version>7.9.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>
我尝试在build.gradle文件中像这样在gradle中转换此坐标:
dependencies {
compile "org.camunda.bpm:camunda-bom:7.9.0"
}
它可以编译,但是当我尝试导入camunda类时,没有看到它们。这是我的配置
Grails Version: 3.2.6
| Groovy Version: 2.4.7
| JVM Version: 1.8.0_181
Gradle 3.0
任何建议都值得欢迎。谢谢。
答案 0 :(得分:1)
您正在尝试导入BOM表而不是简单的库,因此请尝试像grails一样导入它。检查http://docs.grails.org/latest/guide/commandLine.html以了解操作方法
答案 1 :(得分:0)
Camunda 不支持 grails 运行时。有关支持的运行时,请参阅此页面 https://docs.camunda.org/manual/7.15/introduction/supported-environments/