This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 0d8ad1a94 Revert javadoc dependency.
0d8ad1a94 is described below
commit 0d8ad1a9427f9daac9447fc048086635a3dfd7da
Author: JamesBognar <[email protected]>
AuthorDate: Sun Oct 16 15:39:54 2022 -0400
Revert javadoc dependency.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f3c4eb691..728a78a34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<springboot.version>2.7.4</springboot.version>
<xml.apis.version>1.4.01</xml.apis.version>
<javadoc.executable />
- <javadoc.plugin.version>3.4.1</javadoc.plugin.version>
+ <javadoc.plugin.version>3.0.1</javadoc.plugin.version>
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
</properties>