【发布时间】:2017-08-16 07:19:42
【问题描述】:
我想将我的插件移植到 JIRA 以使其与 JIRA 7.4.x 兼容 当我在 pom.xml 中将 JIRA 的版本更改为 7.4.1 时,出现以下编译错误:
package com.atlassian.crowd.embedded.api does not exist
package org.apache.velocity does not exist
package org.apache.velocity.app does not exist
package org.apache.commons.codec.binary does not exist
class file for com.atlassian.crowd.embedded.api.Group not found
class file for com.atlassian.plugin.web.Condition not found
当我将版本设置为 7.4.2 时,我可以编译插件,并且在 JIRA 中也可以毫无问题地运行它。 Here 是我的 pom.xml 的属性和依赖项的粘贴。 我们可以做些什么来使插件也与 JIRA 7.4.1 兼容?
谢谢:)
【问题讨论】:
标签: maven dependencies jira jira-plugin