Friday, 17 July 2015

Maven - Dependencies

<dependency>
            <groupId>com.timesten</groupId>
            <artifactId>ttjdbc6</artifactId>
            <version>11.2.x</version>
            <systemPath>${env.TIMESTEN_HOME}/lib/ttjdbc6.jar</systemPath>
            <scope>system</scope>
 </dependency>

No comments:

Post a Comment