You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/03/04 13:10:18 UTC

[sling-org-apache-sling-testing-paxexam] 02/03: style

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-testing-paxexam.git

commit 2b5a194ed842a0e8e514a322559aebf87b4fb4cb
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Mar 4 14:07:29 2018 +0100

    style
---
 pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 34edb2e..6bc2be6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,12 @@
       <artifactId>tinybundles</artifactId>
       <version>3.0.0</version>
     </dependency>
+    <!-- logging -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
     <!-- testing -->
     <dependency>
       <groupId>junit</groupId>
@@ -152,11 +158,6 @@
       <version>${org.ops4j.pax.exam.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
 </project>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.