diff options
Diffstat (limited to 'src/it/it-parent')
-rw-r--r-- | src/it/it-parent/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml index 003cca1..44a0010 100644 --- a/src/it/it-parent/pom.xml +++ b/src/it/it-parent/pom.xml @@ -43,6 +43,7 @@ under the License. </snapshots> </repository> </repositories> + <pluginRepositories> <pluginRepository> <id>local.central</id> @@ -55,4 +56,13 @@ under the License. </snapshots> </pluginRepository> </pluginRepositories> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + <scope>test</scope> + </dependency> + </dependencies> </project> |