Well after several hours I figured it out. The Liquibase doc for using Maven
needs to include this:

- Add a dependency for the driver

    <dependencies>
        <dependency>
            <groupId>org.oracle</groupId>
            <artifactId>ojdbc14</artifactId>
        </dependency>
    </dependencies> 
-- 
View this message in context: 
http://www.nabble.com/New-Topic%3A-Properties-file-error-tp24574925p24577989.html
Sent from the LiquiBase - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to