This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit c3c87c064c3697dc0d008e796174c3c9e21f63cc Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Jun 25 11:22:32 2019 +0100 TOMEE-2546 use Java EE API version --- examples/mp-rest-jwt-principal/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/mp-rest-jwt-principal/pom.xml b/examples/mp-rest-jwt-principal/pom.xml index a561c23..4aec6e8 100644 --- a/examples/mp-rest-jwt-principal/pom.xml +++ b/examples/mp-rest-jwt-principal/pom.xml @@ -29,6 +29,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <tomee.version>8.0.0-SNAPSHOT</tomee.version> + <version.javaee-api>8.0</version.javaee-api> <junit.version>4.23</junit.version> <arquillian-bom.version>1.4.1.Final</arquillian-bom.version> <mp-jwt.version>1.1.1</mp-jwt.version> @@ -94,7 +95,7 @@ <dependency> <groupId>org.apache.tomee</groupId> <artifactId>javaee-api</artifactId> - <version>8.0</version> + <version>${version.javaee-api}</version> <scope>provided</scope> </dependency> <dependency>
