Author: gk
Date: Fri Nov 30 14:33:42 2018
New Revision: 1847829
URL: http://svn.apache.org/viewvc?rev=1847829&view=rev
Log:
- downgraded testcontainer, JUnit 5 problem to find test, api tests ok.
Modified:
turbine/fulcrum/trunk/security/pom.xml
Modified: turbine/fulcrum/trunk/security/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/pom.xml?rev=1847829&r1=1847828&r2=1847829&view=diff
==============================================================================
--- turbine/fulcrum/trunk/security/pom.xml (original)
+++ turbine/fulcrum/trunk/security/pom.xml Fri Nov 30 14:33:42 2018
@@ -109,7 +109,8 @@
<dependency>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-testcontainer</artifactId>
- <version>1.0.8-SNAPSHOT</version>
+ <!-- junit 5 seems to have problems to find unit tests in test
scoped jar org.apache.fulcrum:fulcrum-security-api:test-jar, downgraded from
1.0.8-SNAPSHOT, classpath loading issue? -->
+ <version>1.0.7</version>
<scope>test</scope>
</dependency>
<dependency>