Adding test scope to the child pom

This commit is contained in:
Rasika Perera 2017-10-13 13:25:53 +05:30
parent c55f75d41d
commit fa39f32c5d

View File

@ -225,10 +225,12 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>