This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new e94b6ce [OPENMEETINGS-1872] tests are fixed, packaging improved
e94b6ce is described below
commit e94b6ce58c37421b9646eb55265f8916be617928
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Apr 26 09:37:47 2018 +0700
[OPENMEETINGS-1872] tests are fixed, packaging improved
---
openmeetings-util/pom.xml | 6 ------
.../src/main/resources/org/apache/tika/mime/custom-mimetypes.xml | 3 ---
2 files changed, 9 deletions(-)
diff --git a/openmeetings-util/pom.xml b/openmeetings-util/pom.xml
index 4b4d2cd..c196150 100644
--- a/openmeetings-util/pom.xml
+++ b/openmeetings-util/pom.xml
@@ -136,11 +136,5 @@
<artifactId>tika-parsers</artifactId>
<version>1.18</version>
</dependency>
- <dependency>
- <groupId>org.apache.pdfbox</groupId>
- <artifactId>jbig2-imageio</artifactId>
- <version>3.0.0</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
</project>
diff --git
a/openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
b/openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
index 4f8fa6e..d3b1efe 100644
---
a/openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
+++
b/openmeetings-util/src/main/resources/org/apache/tika/mime/custom-mimetypes.xml
@@ -31,7 +31,4 @@
<mime-type type="image/other">
<glob pattern="*.wpg"/>
</mime-type>
- <mime-type type="image/other">
- <glob pattern="*.tga"/>
- </mime-type>
</mime-info>
--
To stop receiving notification emails like this one, please contact
[email protected].