This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new d0d7161 Minor: Add missing brackets to MP TCK deps
d0d7161 is described below
commit d0d7161507ce5ffe79750d104450cc5d2c1d5436
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Mar 31 08:10:38 2022 +0200
Minor: Add missing brackets to MP TCK deps
---
tck/microprofile-tck/jwt/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tck/microprofile-tck/jwt/pom.xml b/tck/microprofile-tck/jwt/pom.xml
index 140c7e9..4fdde61 100644
--- a/tck/microprofile-tck/jwt/pom.xml
+++ b/tck/microprofile-tck/jwt/pom.xml
@@ -96,7 +96,7 @@
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-tck</artifactId>
- <version>${microprofile.jwt.tck.version</version>
+ <version>${microprofile.jwt.tck.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.eclipse.microprofile.jwt</groupId>
<artifactId>microprofile-jwt-auth-tck</artifactId>
- <version>${microprofile.jwt.tck.version</version>
+ <version>${microprofile.jwt.tck.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>