Added missing projects to overall coverage repor
Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/03c676ed Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/03c676ed Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/03c676ed Branch: refs/heads/master Commit: 03c676edaf97824af1985e196d8d64afe9219480 Parents: 5e35941 Author: Brian Demers <[email protected]> Authored: Wed Nov 9 10:57:04 2016 -0500 Committer: Brian Demers <[email protected]> Committed: Wed Nov 9 10:57:04 2016 -0500 ---------------------------------------------------------------------- test-coverage/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/03c676ed/test-coverage/pom.xml ---------------------------------------------------------------------- diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 93fcc96..6c54a8b 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -42,6 +42,10 @@ </dependency> <dependency> <groupId>org.apache.shiro</groupId> + <artifactId>shiro-event</artifactId> + </dependency> + <dependency> + <groupId>org.apache.shiro</groupId> <artifactId>shiro-config-core</artifactId> </dependency> <dependency> @@ -66,6 +70,10 @@ </dependency> <dependency> <groupId>org.apache.shiro</groupId> + <artifactId>shiro-jaxrs</artifactId> + </dependency> + <dependency> + <groupId>org.apache.shiro</groupId> <artifactId>shiro-aspectj</artifactId> </dependency> <dependency>
