[
https://issues.apache.org/jira/browse/TIKA-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16050682#comment-16050682
]
Luis Filipe Nassif commented on TIKA-2394:
------------------------------------------
I think you can declare directly the new java-libpst version in your pom.xml.
Maybe you will need to exclude the previous one:
{code}
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.15</version>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>com.pff</groupId>
<artifactId>java-libpst</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}
> Unknown message type: IPM.Note.Rules.OofTemplate.Microsoft
> ----------------------------------------------------------
>
> Key: TIKA-2394
> URL: https://issues.apache.org/jira/browse/TIKA-2394
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.15
> Reporter: Matthew Caruana Galizia
> Priority: Minor
> Labels: container, email, pst
>
> When parsing a PST, I get this message logged to stderr multiple times:
> Unknown message type: IPM.Note.Rules.OofTemplate.Microsoft
> Unfortunately I cannot supply the PST, as its contents is confidential.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)