diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 12:52:32 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2014-10-04 12:52:32 -0400 |
commit | 3fd5777a58f59218e3229c9ea11d816ecc6ae367 (patch) | |
tree | 53f937505806e010d2bc3134fa5507d0ff78d32c /pom.xml | |
parent | b0bb30831a334ff30e3e6a13790bbc324db89de5 (diff) | |
parent | 8e24a47b69f940c31ac95451b4584b95de7c8670 (diff) | |
download | sangria-3fd5777a58f59218e3229c9ea11d816ecc6ae367.tar.xz |
Merge branch 'test'
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -56,6 +56,12 @@ <dependency> <groupId>com.tavianator.sangria</groupId> + <artifactId>sangria-test</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>com.tavianator.sangria</groupId> <artifactId>sangria-contextual</artifactId> <version>${project.version}</version> </dependency> @@ -87,13 +93,13 @@ <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> - <version>4.0-beta4</version> + <version>4.0-beta5</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> - <version>4.0-beta4</version> + <version>4.0-beta5</version> </dependency> <dependency> @@ -290,6 +296,7 @@ <modules> <module>sangria-core</module> + <module>sangria-test</module> <module>sangria-contextual</module> <module>sangria-slf4j</module> <module>sangria-log4j</module> |