This is an automated email from the ASF dual-hosted git repository. dblevins pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 0d45eb3a49b708d8eb8b5eadfda7a8bf87013aac Author: David Blevins <[email protected]> AuthorDate: Wed May 22 20:55:30 2019 -0700 Reduce asm-all to test scope --- mp-jwt/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mp-jwt/pom.xml b/mp-jwt/pom.xml index 647aef5..e1ad0a0 100644 --- a/mp-jwt/pom.xml +++ b/mp-jwt/pom.xml @@ -99,6 +99,7 @@ <groupId>org.ow2.asm</groupId> <artifactId>asm-all</artifactId> <version>5.0.3</version> + <scope>test</scope> </dependency> </dependencies>
