Skip to content

Commit

Permalink
Update pom.xml (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabubake authored Aug 20, 2018
1 parent 8ca37ee commit b3ab36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memorystore/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>

<!-- [START memorystore_dependencies] -->
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -46,13 +45,14 @@
<type>jar</type>
<scope>provided</scope>
</dependency>
<!-- [START memorystore_dependencies] -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
</dependency>
<!-- [END memorystore_dependencies] -->
</dependencies>
<!-- [END memorystore_dependencies] -->

<build>
<!-- for hot reload of the web application -->
Expand Down

0 comments on commit b3ab36b

Please sign in to comment.