This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new bca6af3 Fix POM test dependencies bca6af3 is described below commit bca6af3089e3f9755e12c5b757e48925f68eed3d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 16 09:52:15 2023 -0400 Fix POM test dependencies --- commons-fileupload2-jakarta/pom.xml | 1 + commons-fileupload2-javax/pom.xml | 1 + commons-fileupload2-portlet/pom.xml | 2 ++ 3 files changed, 4 insertions(+) diff --git a/commons-fileupload2-jakarta/pom.xml b/commons-fileupload2-jakarta/pom.xml index fd5c945..9e07134 100644 --- a/commons-fileupload2-jakarta/pom.xml +++ b/commons-fileupload2-jakarta/pom.xml @@ -48,6 +48,7 @@ <artifactId>commons-fileupload2-core</artifactId> <version>2.0.0-SNAPSHOT</version> <classifier>tests</classifier> + <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml index 84e98b5..aee15d7 100644 --- a/commons-fileupload2-javax/pom.xml +++ b/commons-fileupload2-javax/pom.xml @@ -48,6 +48,7 @@ <artifactId>commons-fileupload2-core</artifactId> <version>2.0.0-SNAPSHOT</version> <classifier>tests</classifier> + <scope>test</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml index f5b2740..ae54107 100644 --- a/commons-fileupload2-portlet/pom.xml +++ b/commons-fileupload2-portlet/pom.xml @@ -48,6 +48,7 @@ <artifactId>commons-fileupload2-core</artifactId> <version>2.0.0-SNAPSHOT</version> <classifier>tests</classifier> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> @@ -59,6 +60,7 @@ <artifactId>commons-fileupload2-javax</artifactId> <version>2.0.0-SNAPSHOT</version> <classifier>tests</classifier> + <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId>