Repository: tomee
Updated Branches:
  refs/heads/master e26828c7e -> 0cc96a643


Fixed mp-rest-jwt. It was using TomEE Embedded to run the sample, but TomEE 
Embedded does not ship with MP impls by default.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0cc96a64
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0cc96a64
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/0cc96a64

Branch: refs/heads/master
Commit: 0cc96a64300b4cc67413e5a5cfc4d239732dd883
Parents: e26828c
Author: Roberto Cortez <radcor...@yahoo.com>
Authored: Thu Dec 13 16:02:17 2018 +0000
Committer: Roberto Cortez <radcor...@yahoo.com>
Committed: Thu Dec 13 16:02:17 2018 +0000

----------------------------------------------------------------------
 examples/mp-rest-jwt/pom.xml | 27 +++++----------------------
 1 file changed, 5 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/0cc96a64/examples/mp-rest-jwt/pom.xml
----------------------------------------------------------------------
diff --git a/examples/mp-rest-jwt/pom.xml b/examples/mp-rest-jwt/pom.xml
index 275b9b3..db5fb3a 100644
--- a/examples/mp-rest-jwt/pom.xml
+++ b/examples/mp-rest-jwt/pom.xml
@@ -161,21 +161,23 @@
 
   <profiles>
     <profile>
-      <id>arquillian-tomee-embedded</id>
+      <id>arquillian-tomee-remote</id>
       <activation>
         <activeByDefault>true</activeByDefault>
       </activation>
       <dependencies>
         <dependency>
           <groupId>org.apache.tomee</groupId>
-          <artifactId>arquillian-tomee-embedded</artifactId>
+          <artifactId>arquillian-tomee-remote</artifactId>
           <version>${tomee.version}</version>
           <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>org.apache.tomee</groupId>
-          <artifactId>tomee-embedded</artifactId>
+          <artifactId>apache-tomee</artifactId>
           <version>${tomee.version}</version>
+          <type>zip</type>
+          <classifier>microprofile</classifier>
           <scope>test</scope>
         </dependency>
         <dependency>
@@ -186,25 +188,6 @@
         </dependency>
       </dependencies>
     </profile>
-    <profile>
-      <id>arquillian-tomee-remote</id>
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.tomee</groupId>
-          <artifactId>arquillian-tomee-remote</artifactId>
-          <version>${tomee.version}</version>
-          <scope>test</scope>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.tomee</groupId>
-          <artifactId>apache-tomee</artifactId>
-          <version>${tomee.version}</version>
-          <type>zip</type>
-          <classifier>microprofile</classifier>
-          <scope>test</scope>
-        </dependency>
-      </dependencies>
-    </profile>
   </profiles>
 
   <!--

Reply via email to