This is an automated email from the ASF dual-hosted git repository.
grossws pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/2.x by this push:
new d8e4b5f Added explicit test scope for junit
d8e4b5f is described below
commit d8e4b5f6e9d9d83958d289558c07962a68176b84
Author: Konstantin Gribov <[email protected]>
AuthorDate: Tue Mar 21 20:37:19 2017 +0300
Added explicit test scope for junit
---
tika-app/pom.xml | 1 +
tika-bundle/pom.xml | 1 +
tika-java7/pom.xml | 1 +
tika-parsers/pom.xml | 1 +
tika-serialization/pom.xml | 1 +
tika-server/pom.xml | 1 +
tika-test-resources/pom.xml | 2 ++
tika-translate/pom.xml | 1 +
tika-xmp/pom.xml | 1 +
9 files changed, 10 insertions(+)
diff --git a/tika-app/pom.xml b/tika-app/pom.xml
index 04b773c..36dcf5f 100644
--- a/tika-app/pom.xml
+++ b/tika-app/pom.xml
@@ -94,6 +94,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<artifactId>commons-io</artifactId>
diff --git a/tika-bundle/pom.xml b/tika-bundle/pom.xml
index 6e9a887..0175ee5 100644
--- a/tika-bundle/pom.xml
+++ b/tika-bundle/pom.xml
@@ -61,6 +61,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.exam</groupId>
diff --git a/tika-java7/pom.xml b/tika-java7/pom.xml
index 2b76666..33c0c97 100644
--- a/tika-java7/pom.xml
+++ b/tika-java7/pom.xml
@@ -92,6 +92,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index de83482..22adc82 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -142,6 +142,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/tika-serialization/pom.xml b/tika-serialization/pom.xml
index bc42847..a176d7b 100644
--- a/tika-serialization/pom.xml
+++ b/tika-serialization/pom.xml
@@ -59,6 +59,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index e7a76e9..b311f16 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -134,6 +134,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/tika-test-resources/pom.xml b/tika-test-resources/pom.xml
index 0b0b04c..d148a3b 100644
--- a/tika-test-resources/pom.xml
+++ b/tika-test-resources/pom.xml
@@ -18,8 +18,10 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
+
<profiles>
<profile>
<id>testSetup</id>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index be37a0c..44bb36e 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -66,6 +66,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
<build>
diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml
index 782e22d..8c100f6 100644
--- a/tika-xmp/pom.xml
+++ b/tika-xmp/pom.xml
@@ -97,6 +97,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].