Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1234991] fixing test dependencies for arquillian
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed Nov 20, 2015
1 parent 22af31c commit 96e0278
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions modules/enterprise/server/itests-2/pom.xml
Expand Up @@ -820,6 +820,13 @@
<version>1.9.13</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>

Expand Down
Expand Up @@ -384,7 +384,8 @@ protected static EnterpriseArchive getBaseDeployment() {
thirdPartyDeps.add("org.rhq.helpers:perftest-support:" + projectVersion);
thirdPartyDeps.add("org.rhq:rhq-core-client-api:jar:tests:" + rhqCoreClientApiVersion);
thirdPartyDeps.add("org.rhq:rhq-platform-plugin:jar:" + rhqPlatformPluginVersion);

thirdPartyDeps.add("org.codehaus.jackson:jackson-core-asl:1.9.13");
thirdPartyDeps.add("org.codehaus.jackson:jackson-mapper-asl:1.9.13");
thirdPartyDeps.add("org.rhq:test-utils:" + projectVersion);

MavenResolverSystem resolver = Maven.resolver();
Expand Down

0 comments on commit 96e0278

Please sign in to comment.