Skip to content

Commit f323a7f

Browse files
Add openapi, mcp-bridge, spring-boot-starter, jpa-schema to distribution
These modules were built and tested but missing from the binary distribution assembly. Adds them as dependencies in the distribution pom.xml so they ship in the 2.0.1 release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3cf4919 commit f323a7f

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

modules/distribution/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,26 @@
9393
</dependency>
9494
<!-- removed: AXIS2-6105 -->
9595
<!-- axis2-fastinfoset removed: AXIS2-6105 -->
96+
<dependency>
97+
<groupId>org.apache.axis2</groupId>
98+
<artifactId>axis2-openapi</artifactId>
99+
<version>${project.version}</version>
100+
</dependency>
101+
<dependency>
102+
<groupId>org.apache.axis2</groupId>
103+
<artifactId>axis2-mcp-bridge</artifactId>
104+
<version>${project.version}</version>
105+
</dependency>
106+
<dependency>
107+
<groupId>org.apache.axis2</groupId>
108+
<artifactId>axis2-spring-boot-starter</artifactId>
109+
<version>${project.version}</version>
110+
</dependency>
111+
<dependency>
112+
<groupId>org.apache.axis2</groupId>
113+
<artifactId>axis2-jpa-schema</artifactId>
114+
<version>${project.version}</version>
115+
</dependency>
96116
<dependency>
97117
<groupId>org.apache.axis2</groupId>
98118
<artifactId>axis2-jaxbri-codegen</artifactId>

0 commit comments

Comments
 (0)