Skip to content

Commit bd9cdeb

Browse files
elharomichael-o
authored andcommitted
Improve dependency declarations
This closes #176
1 parent 231e949 commit bd9cdeb

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

maven-release-api/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,5 @@
7373
<artifactId>slf4j-api</artifactId>
7474
</dependency>
7575

76-
<dependency>
77-
<groupId>junit</groupId>
78-
<artifactId>junit</artifactId>
79-
<scope>test</scope>
80-
</dependency>
8176
</dependencies>
8277
</project>

maven-release-manager/pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@
161161
<artifactId>junit</artifactId>
162162
<scope>test</scope>
163163
</dependency>
164+
<dependency>
165+
<groupId>org.hamcrest</groupId>
166+
<artifactId>hamcrest-core</artifactId>
167+
<version>1.3</version>
168+
<scope>test</scope>
169+
</dependency>
164170
<dependency>
165171
<groupId>org.apache.maven</groupId>
166172
<artifactId>maven-compat</artifactId>
@@ -186,12 +192,11 @@
186192
<artifactId>slf4j-simple</artifactId>
187193
<scope>test</scope>
188194
</dependency>
189-
190195
<dependency>
191196
<groupId>org.eclipse.sisu</groupId>
192197
<artifactId>org.eclipse.sisu.plexus</artifactId>
198+
<scope>test</scope>
193199
</dependency>
194-
195200
<dependency>
196201
<groupId>org.eclipse.aether</groupId>
197202
<artifactId>aether-util</artifactId>

maven-release-plugin/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@
9696
</dependency>
9797

9898
<dependency>
99-
<groupId>junit</groupId>
100-
<artifactId>junit</artifactId>
99+
<groupId>org.hamcrest</groupId>
100+
<artifactId>hamcrest-core</artifactId>
101+
<version>1.3</version>
101102
<scope>test</scope>
102103
</dependency>
103104
<dependency>

0 commit comments

Comments
 (0)