Skip to content

Commit

Permalink
Update vote pom.xml to consume the latest app accerlator dependencies m…
Browse files Browse the repository at this point in the history
…icroprofile#150

Signed-off-by: emilyjiang <[email protected]>
  • Loading branch information
Emily-Jiang committed Feb 21, 2017
1 parent 9d55e16 commit 8d16411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microservice-vote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,14 @@
<dependency>
<groupId>net.wasdev.wlp.starters.microprofile</groupId>
<artifactId>provided-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.wasdev.wlp.starters.microprofile</groupId>
<artifactId>runtime-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.3</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 8d16411

Please sign in to comment.