Repository: cxf
Updated Branches:
  refs/heads/master-java9 573405dd5 -> 5e068d215


[CXF-7053] Fixed CorbaTimeoutTest


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

Branch: refs/heads/master-java9
Commit: b7cd2fb4b883cf9f6972d3593ecb0e1d31be7245
Parents: 573405d
Author: Grzegorz Grzybek <gr.grzy...@gmail.com>
Authored: Wed Sep 14 10:05:51 2016 +0200
Committer: Grzegorz Grzybek <gr.grzy...@gmail.com>
Committed: Wed Sep 14 10:05:51 2016 +0200

----------------------------------------------------------------------
 systests/uncategorized/pom.xml | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/b7cd2fb4/systests/uncategorized/pom.xml
----------------------------------------------------------------------
diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml
index 09212a9..e5a8380 100644
--- a/systests/uncategorized/pom.xml
+++ b/systests/uncategorized/pom.xml
@@ -105,6 +105,22 @@
             </plugin>
         </plugins>
     </build>
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.jacorb</groupId>
+                <artifactId>jacorb</artifactId>
+                <version>3.7</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.jacorb</groupId>
+                <artifactId>jacorb-omgapi</artifactId>
+                <version>3.7</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>org.apache.cxf</groupId>
@@ -381,7 +397,6 @@
         <dependency>
             <groupId>org.jacorb</groupId>
             <artifactId>jacorb</artifactId>
-            <version>3.7</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -424,6 +439,13 @@
                                             
<outputDirectory>${project.basedir}/target/java9</outputDirectory>
                                             <excludes>**/xa/*.class</excludes>
                                         </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.jacorb</groupId>
+                                            
<artifactId>jacorb-omgapi</artifactId>
+                                            <type>jar</type>
+                                            <overWrite>false</overWrite>
+                                            
<outputDirectory>${project.basedir}/target/java9-jacorb</outputDirectory>
+                                        </artifactItem>
                                     </artifactItems>
                                     
<overWriteReleases>false</overWriteReleases>
                                     
<overWriteSnapshots>true</overWriteSnapshots>
@@ -435,6 +457,17 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
+                            <argLine>
+                                ${cxf.surefire.fork.vmargs}
+                                --patch-module java.corba=target/java9-jacorb
+                                
--add-exports=java.corba/org.omg.CONV_FRAME=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.CORBA_2_5=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.CSIIOP=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.ETF=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.GIOP=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.PortableGroup=ALL-UNNAMED
+                                
--add-exports=java.corba/org.omg.SSLIOP=ALL-UNNAMED
+                            </argLine>
                             <includes>
                                 <include>**/*Test.java</include>
                                 <include>**/*TestCase.java</include>

Reply via email to