]
Ramesh Reddy commented on TEIID-4234:
-------------------------------------
[~jayunit100] Per TEIID-4094 the JDBC driver can be accessed using maven config as
{code}
<dependency>
<groupId>org.jboss.teiid</groupId>
<artifactId>teiid</artifactId>
<version>9.0</version>
<classifier>jdbc</classifier>
</dependency>
{code}
would that suffice this requirement?
Gradle blueprint
----------------
Key: TEIID-4234
URL:
https://issues.jboss.org/browse/TEIID-4234
Project: Teiid
Issue Type: Feature Request
Components: Tools
Reporter: jay vyas
Fix For: 9.1
Attachments: build.gradle
As a app developer, I'd like to spin up a teiid/JDV application with all client-side
dependencies
without needing to use an IDE.
Currently, most of the TEiid resources and videos are based on IDE features,
bootstrapping teiid on the local machine.
Ideally, we might host a simple Teiid server that can run in a dockerfile with sample
data, along side a gradle runnable file.