[TAMAYA-291] Added JUnit as dependency to the CDI module.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/8fc2efbd Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/8fc2efbd Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/8fc2efbd Branch: refs/heads/master Commit: 8fc2efbdb4741b47745fe9151c8ee11370dc4f20 Parents: 175241f Author: Oliver B. Fischer <[email protected]> Authored: Fri Sep 29 00:14:31 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Fri Sep 29 00:14:31 2017 +0200 ---------------------------------------------------------------------- modules/injection/cdi/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/8fc2efbd/modules/injection/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/cdi/pom.xml b/modules/injection/cdi/pom.xml index b3ca6d6..ad11948 100644 --- a/modules/injection/cdi/pom.xml +++ b/modules/injection/cdi/pom.xml @@ -124,6 +124,10 @@ under the License. <version>${ds.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> </dependencies> <profiles> <profile>
