Skip to content

Commit

Permalink
Remote test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Feb 21, 2018
1 parent b0a8131 commit 5b6c4c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opendj-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-cli</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions opendj-server-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,14 @@
<scope>test</scope>
</dependency>

<!--
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
-->

<dependency>
<groupId>org.freemarker</groupId>
Expand Down
2 changes: 2 additions & 0 deletions opendj-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
-->
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>forgerock-build-tools</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,15 @@

<dependencyManagement>
<dependencies>
<!--
<dependency>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-core</artifactId>
<version>${opendj.core.test.jar.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
-->

<dependency>
<groupId>org.forgerock.opendj</groupId>
Expand Down

0 comments on commit 5b6c4c0

Please sign in to comment.