[
https://issues.jboss.org/browse/TEIID-4094?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-4094:
---------------------------------------
You don't have to reference two jars, the dependency is:
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid</artifactId>
<classifier>jdbc</classifier>
<version>8.12.4</version>
</dependency>
That is clean dependency from a project perspective - although I don't think
that's clearly documented. 8.13 is messier due to the wildfly refactoring that picked
up other build dependencies, which will be cleaned up a little for 8.13.5. 9.0 will also
now be clean.
Move the packaging of teiid-jdbc.jar into is own project
--------------------------------------------------------
Key: TEIID-4094
URL:
https://issues.jboss.org/browse/TEIID-4094
Project: Teiid
Issue Type: Enhancement
Components: Build/Kits
Affects Versions: 8.12.x
Reporter: Van Halbert
Assignee: Van Halbert
Fix For: 8.12.5
The issue with the way the teiid-jdbc.jar is packaged now, is that the
teiid-web-console.zip gets included as a dependency.
{code}
[INFO] +- org.jboss.teiid:teiid:jar:jdbc:8.12.5.redhat-2:compile
[INFO] | \-
org.jboss.teiid.web-console:teiid-console-dist:zip:jboss-as7:2.5.6.Final-redhat-63-4:compile
{code}
And that becomes an issue when other external projects to Teiid include the jdbc driver
as a dependency, in that they also end up requiring the web-console.zip.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)