Skip to content

Commit

Permalink
Add dependencies for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalgh committed Feb 11, 2018
1 parent f92b4d0 commit 3c8e919
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Expand Up @@ -59,6 +59,24 @@
<version>1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jira.tests</groupId>
<artifactId>jira-testkit-client</artifactId>
<version>7.1.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jira.tests</groupId>
<artifactId>jira-func-test-basics</artifactId>
<version>2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>atlassian-jira-pageobjects</artifactId>
<version>${jira.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
Expand Down

0 comments on commit 3c8e919

Please sign in to comment.