Skip to content

Commit

Permalink
update latest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ecararus committed Apr 10, 2016
1 parent d07e763 commit 6f13c33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<embed.mongo.version>1.50.2</embed.mongo.version>
<swagger.version>2.4.0</swagger.version>
<guava.version>19.0</guava.version>
<auto-value.version>1.1</auto-value.version>
<auto-value.version>1.2</auto-value.version>
<jsr305.version>3.0.1</jsr305.version>
<junit.version>4.12</junit.version>
<assertj-core.version>3.4.0</assertj-core.version>
Expand Down Expand Up @@ -58,10 +58,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.eca.catalogue.product.service;

import autovalue.shaded.com.google.common.common.collect.Lists;
import com.eca.catalogue.product.model.Product;
import com.eca.catalogue.product.repository.ProductRepository;
import com.eca.catalogue.product.vo.ProductVO;
import com.google.common.collect.Lists;
import org.hamcrest.Matcher;
import org.junit.Rule;
import org.junit.Test;
Expand Down

0 comments on commit 6f13c33

Please sign in to comment.