Hi
I'm trying to run java/testing/tomcat/bigbank and I found it requires the
following dependency :
Missing:
----------
1) javax.xml:jsr173:jar:1.0
Try downloading the file manually from:
http://ftpna2.bea.com/pub/downloads/jsr173.jar
Then, install it using the command:
mvn install:install-file -DgroupId=javax.xml -DartifactId=jsr173
-Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file
Looking at the jar file, looks like it has some proprietary code from BEA
and also some license documents inside
/**
* This interface declares a simple filter interface that one can
* create to filter XMLEventReaders
* @version 1.0
* @author Copyright (c) 2003 by BEA Systems. All Rights Reserved.
*/
Is this ok for us to have these kind of dependencies ? or even ask people
to download proprietary jar files in order to run parts of tuscany ?
--
Regards
Luciano Resende