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 552069f42 Fix build failure.
552069f42 is described below

commit 552069f42e9e13a745b0a36231ce58593e6498ca
Author: James Bognar <[email protected]>
AuthorDate: Mon Oct 6 18:49:16 2025 -0400

    Fix build failure.
---
 juneau-all/pom.xml                                         | 3 ++-
 juneau-distrib/pom.xml                                     | 8 ++++----
 juneau-doc/pom.xml                                         | 2 +-
 juneau-examples/juneau-examples-core/build-overlay/pom.xml | 2 +-
 juneau-examples/juneau-examples-core/pom.xml               | 2 +-
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/juneau-all/pom.xml b/juneau-all/pom.xml
index ec4baefd1..cb0f5c039 100644
--- a/juneau-all/pom.xml
+++ b/juneau-all/pom.xml
@@ -80,7 +80,8 @@
                                                        
<include>org.apache.juneau:juneau-bean-common</include>
                                                        
<include>org.apache.juneau:juneau-bean-html5</include>
                                                        
<include>org.apache.juneau:juneau-bean-jsonschema</include>
-                                                       
<include>org.apache.juneau:juneau-bean-openapi3</include>
+                                                       
<include>org.apache.juneau:juneau-bean-openapi-v3</include>
+                                                       
<include>org.apache.juneau:juneau-bean-swagger-v2</include>
                                                        
<include>org.apache.juneau:juneau-rest-server</include>
                                                        
<include>org.apache.juneau:juneau-rest-client</include>
                                                        
<include>org.apache.juneau:juneau-rest-mock</include>
diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml
index 66461eddd..7a9660944 100644
--- a/juneau-distrib/pom.xml
+++ b/juneau-distrib/pom.xml
@@ -201,7 +201,7 @@
                                                                <artifactItem>
                                                                        
<outputDirectory>${project.build.directory}/src/lib</outputDirectory>
                                                                        
<groupId>org.apache.juneau</groupId>
-                                                                       
<artifactId>juneau-bean-openapi3</artifactId>
+                                                                       
<artifactId>juneau-bean-openapi-v3</artifactId>
                                                                        
<version>${project.version}</version>
                                                                        
<type>jar</type>
                                                                        
<classifier>sources</classifier>
@@ -209,15 +209,15 @@
                                                                <artifactItem>
                                                                        
<outputDirectory>${project.build.directory}/bin/lib</outputDirectory>
                                                                        
<groupId>org.apache.juneau</groupId>
-                                                                       
<artifactId>juneau-bean-openapi3</artifactId>
+                                                                       
<artifactId>juneau-bean-openapi-v3</artifactId>
                                                                        
<version>${project.version}</version>
                                                                </artifactItem>
                                                                <artifactItem>
                                                                        
<outputDirectory>${project.build.directory}/bin/osgi</outputDirectory>
                                                                        
<groupId>org.apache.juneau</groupId>
-                                                                       
<artifactId>juneau-bean-openapi3</artifactId>
+                                                                       
<artifactId>juneau-bean-openapi-v3</artifactId>
                                                                        
<version>${project.version}</version>
-                                                                       
<destFileName>org.apache.juneau.bean.openapi3_${project.version}.jar</destFileName>
+                                                                       
<destFileName>org.apache.juneau.bean.openapi.v3_${project.version}.jar</destFileName>
                                                                </artifactItem>
 
                                                                <!-- 
juneau-rest-server -->
diff --git a/juneau-doc/pom.xml b/juneau-doc/pom.xml
index 32fc17b06..1e3aa752d 100644
--- a/juneau-doc/pom.xml
+++ b/juneau-doc/pom.xml
@@ -66,7 +66,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.juneau</groupId>
-                       <artifactId>juneau-bean-openapi3</artifactId>
+                       <artifactId>juneau-bean-openapi-v3</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
diff --git a/juneau-examples/juneau-examples-core/build-overlay/pom.xml 
b/juneau-examples/juneau-examples-core/build-overlay/pom.xml
index 1c2336fe2..a550859d0 100644
--- a/juneau-examples/juneau-examples-core/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-core/build-overlay/pom.xml
@@ -51,7 +51,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.juneau</groupId>
-                       <artifactId>juneau-bean-openapi3</artifactId>
+                       <artifactId>juneau-bean-openapi-v3</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>
diff --git a/juneau-examples/juneau-examples-core/pom.xml 
b/juneau-examples/juneau-examples-core/pom.xml
index 65867cea6..974dcd051 100644
--- a/juneau-examples/juneau-examples-core/pom.xml
+++ b/juneau-examples/juneau-examples-core/pom.xml
@@ -60,7 +60,7 @@
                </dependency>
                <dependency>
                        <groupId>org.apache.juneau</groupId>
-                       <artifactId>juneau-bean-openapi3</artifactId>
+                       <artifactId>juneau-bean-openapi-v3</artifactId>
                        <version>${project.version}</version>
                </dependency>
                <dependency>

Reply via email to