On Fri, Jul 18, 2003 at 06:36:21PM +0200, Velu VELOUTE wrote:
> Hello everybody,
> 
> In my project.xml, my project needs the following dependency:
> 
> <!-- Oracle 8i JDBC driver 8.1.7.1 -->
> <dependency>
>   <groupId>jdbc</groupId>
>   <artifactId>classes12</artifactId>
>   <version>8.1.7.1</version>
>   <type>zip</type>
> For now, I've dropped the .zip file into the jars subdirectory 
> (<repository>/jdbc/jars/classes12-8.1.7.1.zip) and I use something like that 
> (but it's not ideal):
> 
> <!-- Oracle 8i JDBC driver 8.1.7.1 -->
> <dependency>
>   <groupId>jdbc</groupId>
>   <artifactId>classes12</artifactId>
>   <version>8.1.7.1</version>
>   <jar>classes12-8.1.7.1.zip</jar>
> </dependency>

I renamed it to jar. Isn't that an option for you?

incze

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

Reply via email to