commit | b8d3483f39446f62fa394d1776b6a2cc33b80d7d | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Feb 14 19:36:04 2012 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Tue Feb 14 19:36:04 2012 +0000 |
tree | 4832f03553dbe53b293b1a416ff0cbe8e8bbc5c7 | |
parent | 43382dbd416cbbf8621409cd6d1a2a5297d8e9b9 [diff] [blame] |
Changed scope of JUnit dependency from test to compile to resolve compilation issues. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_tree@1182 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-btree/pom.xml b/hyracks-storage-am-btree/pom.xml index 8ad45ac..d7b6652 100644 --- a/hyracks-storage-am-btree/pom.xml +++ b/hyracks-storage-am-btree/pom.xml
@@ -64,7 +64,7 @@ <artifactId>junit</artifactId> <version>4.8.1</version> <type>jar</type> - <scope>test</scope> + <scope>compile</scope> </dependency> </dependencies> </project>