milindat28
9 years agoNew Contributor
[Solved]JDBC XML response inconsistent between UI and maven plugin
Ready API v 1.7.0 (UI) Ready API maven plugin: <groupId>com.smartbear</groupId> <artifactId>ready-api-maven-plugin</artifactId> <version>1.7.0</version> JDBC response from UI - using joins i...
- 9 years ago
Resolved the issue:
I updated the postgres sql maven dependency and all is working well.
<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.4.1208</version> </dependency>