This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new e364cdf41 TIKA-4327: remove properties defined in parent
e364cdf41 is described below
commit e364cdf415c714fd11eb83dcc340e45fafec738b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Dec 8 16:25:00 2024 +0100
TIKA-4327: remove properties defined in parent
---
tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
index 7386a20fa..2bd97a1b8 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml
@@ -29,9 +29,6 @@
<name>Apache Tika Microsoft Graph Pipes Fetcher</name>
<properties>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<microsoft-graph.version>6.23.0</microsoft-graph.version>
<wiremock.version>3.3.1</wiremock.version>
<!-- when updating msal4j, check whether json-smart is still needed below
-->