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

Cleanup pom.xml #279

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Cleanup pom.xml #279

merged 1 commit into from
Mar 11, 2024

Conversation

oneonestar
Copy link
Member

Description

Remove duplicate config and some cleanup (probability comes from merge conflicts).

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<configuration>
<ignoredDependencies>
<ignoredDependency>joda-time:joda-time</ignoredDependency>
</ignoredDependencies>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<configuration>
<ignoredDependencies>
<ignoredDependency>joda-time:joda-time</ignoredDependency>
</ignoredDependencies>
</configuration>
</execution>
</executions>
</plugin>

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Mar 9, 2024
@ebyhr ebyhr merged commit 7c3bddc into trinodb:main Mar 11, 2024
2 checks passed
@github-actions github-actions bot added this to the 7 milestone Mar 11, 2024
@oneonestar oneonestar deleted the oneonestar/clean_pom branch March 23, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants