Forum Discussion

milindat28's avatar
milindat28
New Contributor
8 years ago
Solved

[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...
  • milindat28's avatar
    8 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>