[vlma-devel] commit: jmock-junit4 is only required for tests. (Adrien Grand )
git version control
git at videolan.org
Wed Jul 23 00:10:00 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Jul 23 00:11:55 2008 +0200| [e496ba5f545d3a3327b61ccb6ed5792d6363ef35]
jmock-junit4 is only required for tests.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=e496ba5f545d3a3327b61ccb6ed5792d6363ef35
---
vlma-core/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/vlma-core/pom.xml b/vlma-core/pom.xml
index 601dc7f..077b6d4 100644
--- a/vlma-core/pom.xml
+++ b/vlma-core/pom.xml
@@ -130,6 +130,7 @@
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.4.0</version>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>
More information about the vlma-devel
mailing list