Windows Test Issue

+ Adding slf4j-simple to test scope to attempt to capture reason
  for the test setup failure:

  "org.osgi.framework.BundleException: Error while renaming bundle file
  to final location C:\"
This commit is contained in:
Joakim Erdfelt 2017-03-09 06:58:45 -07:00
parent d2e35e239a
commit 76c6377ed7
1 changed files with 6 additions and 0 deletions

View File

@ -385,6 +385,12 @@
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>