Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exlude mime4j depedencies via sword2, as they win out over the correct versions #173

Conversation

PaulBoon
Copy link

What this PR does / why we need it:

Previous PATCH-2 on v5.11.1-DANS-DataStation.

Resolves: IQSS#9077
sword2-server library overrides tika's apache-mime4j-core dependency with older version IQSS#9077

You can compare that patch 2 with patch 1:
v5.11.1-DANS-DataStation-PATCH-1...v5.11.1-DANS-DataStation-PATCH-2

Difference can be seen in pom.xml (line 90)

            <groupId>io.gdcc</groupId>
            <artifactId>sword2-server</artifactId>
            <version>1.2.1</version>
            <exclusions>
                <exclusion>
                    <groupId>org.apache.james</groupId>
                    <artifactId>apache-mime4j-core</artifactId>
                </exclusion>
            </exclusions>

@PaulBoon PaulBoon merged commit 5834c05 into DANS-KNAW:v5.14-DANS-DataStation Aug 22, 2023
@PaulBoon PaulBoon deleted the v5.14-DANS-DataStation-PATCH-1 branch August 22, 2023 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant