Repository: maven-surefire
Updated Branches:
  refs/heads/feature/jdk10 [created] 02a1fe8d8


simplify configuration, push this in a branch to test on ci as build is too 
long...

Signed-off-by: olivier lamy <ol...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/02a1fe8d
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/02a1fe8d
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/02a1fe8d

Branch: refs/heads/feature/jdk10
Commit: 02a1fe8d82cf8315d2b06495f5c75e4ef0a20138
Parents: d46556f
Author: olivier lamy <ol...@apache.org>
Authored: Sun Feb 18 20:26:58 2018 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Sun Feb 18 20:26:58 2018 +1000

----------------------------------------------------------------------
 pom.xml                 |  1 +
 surefire-booter/pom.xml | 13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/02a1fe8d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a768a5..fc9ba15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
+    <javaVersion>6</javaVersion>
     <!-- <shadedVersion>2.12.4</shadedVersion> commented out due to 
https://issues.apache.org/jira/browse/MRELEASE-799 -->
     <mavenPluginPluginVersion>3.5</mavenPluginPluginVersion>
     <commonsLang3Version>3.5</commonsLang3Version>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/02a1fe8d/surefire-booter/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-booter/pom.xml b/surefire-booter/pom.xml
index a69b38b..d685e6d 100644
--- a/surefire-booter/pom.xml
+++ b/surefire-booter/pom.xml
@@ -108,24 +108,11 @@
             <artifactId>surefire-shadefire</artifactId>
             <version>2.12.4</version> <!-- ${shadedVersion}, but resolved due 
to https://issues.apache.org/jira/browse/MRELEASE-799 -->
           </dependency>
-          <dependency>
-            <!-- todo remove in version 3.0. Hack only forces to download it 
into an empty local repo. -->
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-            <version>3.7</version>
-          </dependency>
         </dependencies>
         <configuration>
           <includes>
             <include>**/JUnit4SuiteTest.java</include>
           </includes>
-          <!--todo in version 3.0 remove old commons-lang3 and use 3.7+ -->
-          <classpathDependencyExcludes>
-            
<classpathDependencyExclude>org.apache.commons:commons-lang3</classpathDependencyExclude>
-          </classpathDependencyExcludes>
-          <additionalClasspathElements>
-            
<additionalClasspathElement>${maven.repo.local}/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar</additionalClasspathElement>
-          </additionalClasspathElements>
         </configuration>
       </plugin>
       <plugin>

Reply via email to