Skip to content

Commit 7d5f6d3

Browse files
dependencies reduced; plugin version fixed
1 parent 7ac2719 commit 7d5f6d3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

core/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,32 @@
5858
</build>
5959

6060
<dependencies>
61+
<dependency>
62+
<groupId>org.slf4j</groupId>
63+
<artifactId>slf4j-api</artifactId>
64+
<version>1.5.8</version>
65+
</dependency>
66+
<dependency>
67+
<groupId>com.atlassian.crowd</groupId>
68+
<artifactId>embedded-crowd-api</artifactId>
69+
<version>2.2.8</version>
70+
</dependency>
71+
<dependency>
72+
<groupId>com.atlassian.ofbiz</groupId>
73+
<artifactId>entityengine</artifactId>
74+
<version>1.0.3</version>
75+
</dependency>
6176
<dependency>
6277
<groupId>com.atlassian.jira</groupId>
6378
<artifactId>atlassian-jira</artifactId>
6479
<version>${jira.version}</version>
6580
<scope>provided</scope>
81+
<exclusions>
82+
<exclusion>
83+
<groupId>*</groupId>
84+
<artifactId>*</artifactId>
85+
</exclusion>
86+
</exclusions>
6687
</dependency>
6788
<dependency>
6889
<groupId>javax.ws.rs</groupId>

core/src/main/resources/atlassian-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
plugins-version="2">
2525

2626
<plugin-info>
27-
<version>1.0.0</version>
27+
<version>1.1.0</version>
2828
<description>Jira Worklog Query Plugin</description>
2929
<application-version min="4.4" />
3030
<vendor name="EverIT Kft." url="https://www.everit.biz" />

0 commit comments

Comments
 (0)