You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/05 15:27:11 UTC

[tomee-tck] branch master updated: Include system deps (dbprocedures jar) by switching to compile instead of default runtime

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f66814  Include system deps (dbprocedures jar) by switching to compile instead of default runtime
1f66814 is described below

commit 1f66814cb95e814af3f8c051a8750d9fd8630a10
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Aug 5 17:27:01 2019 +0200

    Include system deps (dbprocedures jar) by switching to compile instead of default runtime
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a487d3f..fd312a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,13 +114,15 @@
       <version>1.5.10</version>
     </dependency>
 
+    <!--
     <dependency>
       <groupId>com.sun.javaee.tck</groupId>
-      <artifactId>javamail</artifactId>
+      <artifactId>jar-to-test</artifactId>
       <version>${javaee.tck.version}</version>
       <scope>system</scope>
-      <systemPath>${javaee.cts.home}/dist/com/sun/ts/tests/javamail/ee/internetaddress/internetaddress_appclient_vehicle_client.jar</systemPath>
+      <systemPath>${javaee.cts.home}/dist/com/sun/ts/tests/jdbc/ee/callStmt/callStmt1/callStmt1_appclient_vehicle_client.jar</systemPath>
     </dependency>
+    -->
 
     <dependency>
       <groupId>com.sun.javaee.tck</groupId>
@@ -766,6 +768,7 @@
               <arguments>
                 <argument>${derby.server.port}</argument>
               </arguments>
+              <classpathScope>compile</classpathScope>
               <mainClass>org.apache.openejb.cts.DerbyRunner</mainClass>
             </configuration>
           </execution>