Using the following got it to compile for me, but general users should not
have to do the excludes.

           <dependency>
                <groupId>ojb</groupId>
                <artifactId>db-ojb</artifactId>
                <version>1.0.4</version>
                <exclusions>
                    <exclusion>
                        <groupId>jdo</groupId>
                        <artifactId>jdo</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>jdo</groupId>
                        <artifactId>jdori</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>hsqldb</groupId>
                        <artifactId>hsqldb</artifactId>
                    </exclusion>
                    <exclusion>
                        <groupId>xalan</groupId>
                        <artifactId>xalan</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>


Likely there should be two different pom files.  One for doing the local
build and one for doing the external pull in.


Also In trying to get the new table for the HighLowSequence I followed the
link http://db.apache.org/ojb/repository_internal.xml.txt.   It holds a
value of "name" instead of "tableName" as it was in 1.0.3.   Had to switch
back to "tableName" to get the table to work.


-----
JohnE

http://www.jobbank.com jobbank.com 
-- 
View this message in context: 
http://www.nabble.com/POM-file-problem-with-1.0.4-tp19360310p19360639.html
Sent from the Apache DB - ObjectRelationalBridge Users mailing list archive at 
Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to