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-lang.git
The following commit(s) were added to refs/heads/master by this push: new c6d4a3e Move JSR-305/javax.annotation code to the test tree for now instead of deleting it. c6d4a3e is described below commit c6d4a3e2c3a097558127c11dc030d3b865772fb7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 21 20:50:53 2021 -0500 Move JSR-305/javax.annotation code to the test tree for now instead of deleting it. --- pom.xml | 2 +- src/{main => test}/java/org/apache/commons/lang3/function/Objects.java | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3ffef3f..d387cb2 100644 --- a/pom.xml +++ b/pom.xml @@ -570,7 +570,7 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> - <scope>provided</scope> + <scope>test</scope> </dependency> </dependencies> diff --git a/src/main/java/org/apache/commons/lang3/function/Objects.java b/src/test/java/org/apache/commons/lang3/function/Objects.java similarity index 100% rename from src/main/java/org/apache/commons/lang3/function/Objects.java rename to src/test/java/org/apache/commons/lang3/function/Objects.java