Hi,
I've got a JDBC driver (MS) that is comprised of three jar files.
Is it legal to have a dependency that looks like:

<dependency>
  <id>mssqlserver</id>
  <version/>
  <jar>msbase.jar</jar>
  <jar>mssqlserver.jar</jar>
  <jar>msutil.jar</jar>
</dependency>

If not, should I resort to manually creating a single jar file from
the contents of the three and referencing that single file or is
there a more elegant way?

Thanks,
ct



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

Reply via email to