Bug 1005503

Summary: springframework build fails with jopt-simple 4.5
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: springframeworkAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: agrimm, juan.hernandez, puntogil
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-24 02:50:34 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description gil cattaneo 2013-09-07 17:07:52 UTC
Description of problem:
springframework depend on 
jopt-simple <= 4.4 with J-S 4.5
i have these errors:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project spring-core: Compilation failure
[ERROR] org.springframework.core/src/main/java/org/springframework/core/env/JOptCommandLinePropertySource.java:[103,54] incompatible types
[ERROR] required: java.util.List<java.lang.String>
[ERROR] found:    java.util.List<capture#1 of ?>
[ERROR] -> [Help 1]

any ideas? 

thanks