This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tika.git
commit 2a43a690c4df101b526b9a12d31677ab74cabae3 Author: tballison <[email protected]> AuthorDate: Mon Jul 3 08:08:53 2017 -0400 move test scope image processing dependencies together in the pom --- tika-parsers/pom.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 6e2e717..6c2d71d 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -367,21 +367,7 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> - <!-- Copied from PDFBox: - For legal reasons (incompatible license), jai-imageio-core is to be used - only in the tests and may not be distributed. See also LEGAL-195 --> - <dependency> - <groupId>com.github.jai-imageio</groupId> - <artifactId>jai-imageio-core</artifactId> - <version>1.3.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.github.jai-imageio</groupId> - <artifactId>jai-imageio-jpeg2000</artifactId> - <version>1.3.0</version> - <scope>test</scope> - </dependency> + <!-- edu.ucar dependencies --> <dependency> @@ -555,8 +541,22 @@ <version>1.6.5</version> <scope>test</scope> </dependency> + <!-- Copied from PDFBox: + For legal reasons (incompatible license), jai-imageio-core is to be used + only in the tests and may not be distributed. See also LEGAL-195--> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-core</artifactId> + <version>1.3.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>com.github.jai-imageio</groupId> + <artifactId>jai-imageio-jpeg2000</artifactId> + <version>1.3.0</version> + <scope>test</scope> + </dependency> </dependencies> - <build> <plugins> <plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
