Author: reschke
Date: Mon Jun 25 08:38:57 2018
New Revision: 1834287

URL: http://svn.apache.org/viewvc?rev=1834287&view=rev
Log:
OAK-7581: oak-examples: remove special case for failsafe plugin

Modified:
    jackrabbit/oak/trunk/oak-examples/standalone/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/standalone/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/standalone/pom.xml?rev=1834287&r1=1834286&r2=1834287&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/standalone/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/standalone/pom.xml Mon Jun 25 08:38:57 
2018
@@ -269,6 +269,10 @@
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-maven-plugin</artifactId>
         <version>${spring.boot.version}</version>
+        <configuration>
+          <!-- see 
https://stackoverflow.com/questions/42082131/maven-surefire-verify-java-lang-classnotfoundexception
 -->
+          <classifier>exec</classifier>
+        </configuration>
         <executions>
           <execution>
             <goals>
@@ -304,7 +308,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.18.1</version>
         <configuration>
           <systemPropertyVariables>
             <java.util.logging.config.file>


Reply via email to