Skip to content

Commit a7d83db

Browse files
SaifuddinMerchantKehrlann
authored andcommitted
issue-1299 remove duplicate dependency for spring-boot-starter-test to fix WARNING 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-test:jar
1 parent 4f354b9 commit a7d83db

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

integration-test/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<version>${project.version}</version>
7777
<scope>test</scope>
7878
</dependency>
79-
<dependency>
79+
<dependency>
8080
<groupId>org.hamcrest</groupId>
8181
<artifactId>hamcrest-junit</artifactId>
8282
<version>2.0.0.0</version>
@@ -98,11 +98,6 @@
9898
<artifactId>spring-boot-starter</artifactId>
9999
<scope>test</scope>
100100
</dependency>
101-
<dependency>
102-
<groupId>org.springframework.boot</groupId>
103-
<artifactId>spring-boot-starter-test</artifactId>
104-
<scope>test</scope>
105-
</dependency>
106101
</dependencies>
107102

108103
<build>

0 commit comments

Comments
 (0)