This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-2.2.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 6a5747c8ceb50df8c47c8c573e8fc93ab59aad1b Author: Stefan Seifert <[email protected]> AuthorDate: Wed Mar 1 17:30:43 2017 +0000 update to latest osgi-mock version git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1785007 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 7de79d2..adf1e27 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.osgi-mock</artifactId> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> @@ -196,36 +196,6 @@ <version>1.8.3</version> <scope>compile</scope> </dependency> - <dependency> - <groupId>org.reflections</groupId> - <artifactId>reflections</artifactId> - <!-- Do not use version 0.9.10, it created threading issues when running junit tests in parallel (see SLING-5002) --> - <version>0.9.9</version> - <scope>compile</scope> - <!-- exclude all optional dependencies --> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - </exclusion> - <exclusion> - <groupId>dom4j</groupId> - <artifactId>dom4j</artifactId> - </exclusion> - <exclusion> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>javax.servlet</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
