mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 19:05:38 +02:00
[399030] restrict org.apache.commons.net to version 2.2
This commit is contained in:
parent
de66488f39
commit
6f538c8a39
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -339,6 +339,15 @@
|
|||
<resolver>p2</resolver>
|
||||
<ignoreTychoRepositories>true</ignoreTychoRepositories>
|
||||
<pomDependencies>consider</pomDependencies>
|
||||
<filters>
|
||||
<filter>
|
||||
<type>eclipse-plugin</type>
|
||||
<id>org.apache.commons.net</id>
|
||||
<restrictTo>
|
||||
<version>2.2</version>
|
||||
</restrictTo>
|
||||
</filter>
|
||||
</filters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue