This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.pipes-0.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit 5edb2ddff609fb4fc0f900716fb3f4ee669fe745 Author: Oliver Lietz <[email protected]> AuthorDate: Thu Sep 29 18:31:07 2016 +0000 style git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1762822 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 779ec23..2dc5de4 100644 --- a/pom.xml +++ b/pom.xml @@ -141,7 +141,13 @@ <version>2.4</version> <scope>provided</scope> </dependency> - <!-- testing dependencies --> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.json</artifactId> + <version>2.0.6</version> + <scope>provided</scope> + </dependency> + <!-- testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -160,12 +166,6 @@ <version>1.3.0</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.json</artifactId> - <version>2.0.6</version> - <scope>provided</scope> - </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
