mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 03:15:33 +02:00
[399030] change exact version restriction for org.apache.commons.net to a versionRange, add same restriction to source feature
This commit is contained in:
parent
faa82f04fc
commit
88a63b5964
1 changed files with 8 additions and 1 deletions
9
pom.xml
9
pom.xml
|
@ -344,7 +344,14 @@
|
|||
<type>eclipse-plugin</type>
|
||||
<id>org.apache.commons.net</id>
|
||||
<restrictTo>
|
||||
<version>2.2.0.v201101241833</version>
|
||||
<versionRange>[2.2,3.0)</versionRange>
|
||||
</restrictTo>
|
||||
</filter>
|
||||
<filter>
|
||||
<type>eclipse-plugin</type>
|
||||
<id>org.apache.commons.net.source</id>
|
||||
<restrictTo>
|
||||
<versionRange>[2.2,3.0)</versionRange>
|
||||
</restrictTo>
|
||||
</filter>
|
||||
</filters>
|
||||
|
|
Loading…
Add table
Reference in a new issue