Skip to content

Commit

Permalink
Merge pull request #190 from rpastrana/JDBC-61-WSclientupgrade
Browse files Browse the repository at this point in the history
JDBC-61 Upgrade wsclient dep to latest
  • Loading branch information
rpastrana authored Jul 15, 2022
2 parents 65647e1 + a366135 commit a794cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.hpccsystems</groupId>
<artifactId>wsclient</artifactId>
<version>8.0.4-1</version>
<version>8.6.40-1</version>
</dependency>
</dependencies>
<profiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ License, or (at your option) any later version.

import org.hpccsystems.ws.client.HPCCWsClient;
import org.hpccsystems.ws.client.HPCCWsSQLClient;
import org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.NamedValue;
import org.hpccsystems.ws.client.gen.axis2.wssql.latest.NamedValue;
import org.hpccsystems.ws.client.platform.Cluster;
import org.hpccsystems.ws.client.platform.DataQuerySet;
import org.hpccsystems.ws.client.platform.Platform;
Expand Down

0 comments on commit a794cdd

Please sign in to comment.