Skip to content

Cleanup pom.xml#279

Merged
ebyhr merged 1 commit intotrinodb:mainfrom
oneonestar:oneonestar/clean_pom
Mar 11, 2024
Merged

Cleanup pom.xml#279
ebyhr merged 1 commit intotrinodb:mainfrom
oneonestar:oneonestar/clean_pom

Conversation

@oneonestar
Copy link
Copy Markdown
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
@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