summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-09-27 16:59:38 +0200
committergjoranv <gv@verizonmedia.com>2019-09-27 16:59:38 +0200
commit97efdcb69dbffffa4ba03333a5e84b6838957f43 (patch)
treedcd53d1e2c679bc7ebe4c1b5a95fd8e5fa77c1e8 /parent
parentc939e0f692a6d27721788606e8338e91dc6159b7 (diff)
Add TODOs to remove scope from parent pom
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index debc363e548..504ae2ade4d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -123,7 +123,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<dependencies>
- <!-- TODO: Remove when upgrading to 3.1.2 -->
+ <!-- TODO: remove when upgrading to 3.1.2 -->
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
@@ -427,7 +427,7 @@
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.1</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
@@ -672,7 +672,7 @@
<groupId>org.cthul</groupId>
<artifactId>cthul-matchers</artifactId>
<version>1.0</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
@@ -688,19 +688,19 @@
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>org.hdrhistogram</groupId>
@@ -721,7 +721,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.10.19</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
@@ -752,7 +752,7 @@
<groupId>uk.co.datumedge</groupId>
<artifactId>hamcrest-json</artifactId>
<version>0.2</version>
- <scope>test</scope>
+ <scope>test</scope> <!-- TODO: remove scope from parent pom -->
</dependency>
<dependency>
<groupId>xerces</groupId>