fix: servlet 3.1
Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/4140e562 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/4140e562 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/4140e562 Branch: refs/heads/master Commit: 4140e5627934eb75f15f2f9f301c7d888539a08f Parents: c39a367 Author: Brian Demers <[email protected]> Authored: Tue Oct 18 11:58:01 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Tue Oct 18 11:58:19 2016 -0400 ---------------------------------------------------------------------- support/openid4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/4140e562/support/openid4j/pom.xml ---------------------------------------------------------------------- diff --git a/support/openid4j/pom.xml b/support/openid4j/pom.xml index 90b5731..44c7c01 100644 --- a/support/openid4j/pom.xml +++ b/support/openid4j/pom.xml @@ -42,7 +42,7 @@ </dependency> <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency>
