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

Use license plugin version from parent, update THIRD-PARTY.properties #491

Merged
merged 1 commit into from
Jun 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@

<!-- license configuration -->
<license.useMissingFile>true</license.useMissingFile>
<license.failIfWarning>true</license.failIfWarning>
<license.failOnMissing>true</license.failOnMissing>
<license.licenseName>lgpl_v3</license.licenseName>
<licensePluginVersion>1.14</licensePluginVersion>

<plexusComponentVersion>2.1.1</plexusComponentVersion>
<maven-resolver.version>1.3.3</maven-resolver.version>
Expand Down Expand Up @@ -592,7 +591,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.13</version>
<executions>
<execution>
<goals>
Expand All @@ -618,7 +616,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<reportSets>
<reportSet>
<reports>
Expand Down
7 changes: 3 additions & 4 deletions src/license/THIRD-PARTY.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# Already used licenses in project :
# - Apache License, Version 2.0
# - Apache Public License 2.0
# - Apache Software License, Version 1.1
# - Apache-2.0
# - BSD 4-Clause DOM4J
# - BSD-style license
# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
# - Eclipse Public License 1.0
# - Eclipse Public License, Version 1.0
Expand All @@ -18,8 +17,8 @@
# Please fill the missing licenses for dependencies :
#
#
#Sat Jun 22 16:55:46 CEST 2019
#Tue Jun 06 18:01:37 CEST 2023
commons-beanutils--commons-beanutils--1.7.0=The Apache Software License, Version 2.0
dom4j--dom4j--1.1=BSD 4-Clause DOM4J
org.codehaus.plexus--plexus-i18n--1.0-beta-7=The Apache Software License, Version 2.0
org.codehaus.plexus--plexus-i18n--1.0-beta-10=The Apache Software License, Version 2.0
oro--oro--2.0.8=The Apache Software License, Version 2.0