[fedora-java] bsf maven questions

Orion Poplawski orion at cora.nwra.com
Wed May 26 19:44:21 UTC 2010


I'm trying to build apache-commons-jexl 2.0.1 in rawhide and am getting:

Failed to resolve artifact.
Missing:
----------
1) org.apache.bsf:bsf-api:jar:3.0-beta3

It uses the javax.script API which as I understand it is included in Java 1.6. 
  The jexl pom.xml has:

         <!-- For JSR-223 API -->
         <dependency>
             <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-api</artifactId>
             <version>3.0-beta3</version>
             <scope>provided</scope>
         </dependency>

Short of patching that out of the pom.xml file (which works), is there some 
way I (or something else) should express that bsf-api 3.0 is provided?  Or is 
jexl upstream misguided in adding this dependency?

Thanks!

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion at cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com


More information about the java-devel mailing list