This is an automated email from the ASF dual-hosted git repository.
olli pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 5775b13 SLING-7489 Update Jackrabbit to 2.16.1
5775b13 is described below
commit 5775b131255ecdb0454c7d92314d7336609a4e49
Author: Oliver Lietz <[email protected]>
AuthorDate: Wed Feb 14 10:52:12 2018 +0100
SLING-7489 Update Jackrabbit to 2.16.1
remove unused Guava dependency
---
.../java/org/apache/sling/karaf/tests/bootstrap/JackrabbitIT.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/src/test/java/org/apache/sling/karaf/tests/bootstrap/JackrabbitIT.java
b/src/test/java/org/apache/sling/karaf/tests/bootstrap/JackrabbitIT.java
index b422d48..235e001 100644
--- a/src/test/java/org/apache/sling/karaf/tests/bootstrap/JackrabbitIT.java
+++ b/src/test/java/org/apache/sling/karaf/tests/bootstrap/JackrabbitIT.java
@@ -92,11 +92,4 @@ public class JackrabbitIT extends KarafTestSupport {
assertEquals(Bundle.ACTIVE, bundle.getState());
}
- @Test
- public void testComGoogleGuava() {
- final Bundle bundle = findBundle("com.google.guava");
- assertNotNull(bundle);
- assertEquals(Bundle.ACTIVE, bundle.getState());
- }
-
}
--
To stop receiving notification emails like this one, please contact
[email protected].