Merge pull request #314 from eclipse/setCorrectDepScope

Set correct dependency scope
Classes from che-core-api-project used only in test so buld skip test fail according dependency convergence
6.19.x
Vitalii Parfonov 2016-02-12 17:22:47 +02:00
commit 959d3a81c5
1 changed files with 5 additions and 4 deletions

View File

@ -61,10 +61,6 @@
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-model</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-project</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-user</artifactId>
@ -152,6 +148,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-project</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>