diff options
author | Wiktor Garbarek <wiktor.garbarek@nokia.com> | 2018-07-03 15:53:48 +0200 |
---|---|---|
committer | Wiktor Garbarek <wiktor.garbarek@nokia.com> | 2018-07-03 15:57:53 +0200 |
commit | 6d1ca7d232210e9477a6c6040317738eb63dd809 (patch) | |
tree | bae05e3b25fe29be7e223c6c743f8ecf2dbf0797 /pom.xml | |
parent | 95207ef6f7006afca1b23d9ad72ccf2daa7e250e (diff) |
Fix bugs in Rest Client
Fixed handling InterruptedException and NullPointerException
Change-Id: I4a7f0d73394bc8c7cbdce5bc424104edcc036fe4
Issue-ID: AAI-1359
Signed-off-by: Wiktor Garbarek <wiktor.garbarek@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -90,9 +90,14 @@ limitations under the License. <artifactId>powermock-module-junit4-rule-agent</artifactId> <version>1.6.2</version> <scope>test</scope> - </dependency> + </dependency> + <dependency> + <groupId>javax.ws.rs</groupId> + <artifactId>javax.ws.rs-api</artifactId> + <version>2.0</version> + </dependency> - </dependencies> + </dependencies> <build> <pluginManagement> |