Skip to content

Commit

Permalink
Fix report-impl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Feb 1, 2019
1 parent f0fdea1 commit 033d47c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions model/report-impl/pom.xml
Expand Up @@ -193,13 +193,13 @@
<!-->Dependency definnition added, client to fetch reports <-->

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
</dependency>


Expand Down

0 comments on commit 033d47c

Please sign in to comment.