This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git
The following commit(s) were added to refs/heads/master by this push:
new 0f3ee16 use dependencyManagement (#143)
0f3ee16 is described below
commit 0f3ee16ec4f1577eb8e44201574a06c9b9ded7bd
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Fri May 19 17:27:29 2023 +0000
use dependencyManagement (#143)
---
pom.xml | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1629771..8f491c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,16 @@
<mavenVersion>3.2.5</mavenVersion>
</properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>2.2</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
@@ -92,12 +102,6 @@
<version>2.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
- <version>2.2</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>