I just reviewed the git history, and best I can tell these commits below -
see the partial commit message on the second commit - explains what
happened.

In summary, jaxbri is only used in codegen and it is not a runtime
dependency.

commit cb699dc816645d4080ed018f326be466f8b524fa
Author: Andreas Veithen <veit...@apache.org>
Date:   Sat Dec 23 08:45:39 2017 +0000

   axis2-jaxbri is only used at build time during codegen. Remove from
runtime depen
dencies.

commit 6008edf5df90b2bf1a097ed1f107b26a8a34af84
Author: Andreas Veithen <veit...@apache.org>
Date:   Sat Dec 23 22:53:43 2017 +0000

   Cleanly separate data binding support classes from code generation
logic.

diff --git a/apidocs/pom.xml b/apidocs/pom.xml
index 6094ff78e4..1cee289c9e 100644
--- a/apidocs/pom.xml
+++ b/apidocs/pom.xml
@@ -71,7 +71,7 @@
        </dependency>
        <dependency>
            <groupId>${project.groupId}</groupId>
-            <artifactId>axis2-jaxbri</artifactId>
+            <artifactId>axis2-jaxbri-codegen</artifactId>


On Tue, Jul 8, 2025 at 6:37 AM Leonel Gayard <lgay...@brex.com.invalid>
wrote:

> Ah, so are axis2-jaxbri-codegen and axis2-jaxbri the same artifact?
>
> I was under the impression that the former was for codegen (obviously),
> while the latter was a runtime dependency. I guess that's not the case,
> then.
>
>
> Leonel Gayard
>
> Software Engineer
>
> Sorocaba, SP, Brazil
>
> Brex.com <http://brex.com/>
>
>
>
> On Tue, Jul 8, 2025 at 12:43 PM robertlazarski <robertlazar...@gmail.com>
> wrote:
>
>> Looks like it got renamed at some point, we still distribute it.
>>
>> https://mvnrepository.com/artifact/org.apache.axis2/axis2-jaxbri-codegen
>>
>> On Tue, Jul 8, 2025 at 3:38 AM Leonel Gayard <lgay...@brex.com.invalid>
>> wrote:
>>
>>> I can't find version 2.0.0 for axis2-jaxbri in Maven repos [1]; nor
>>> version 1.8.2.
>>>
>>> Is this artifact stuck at 1.7.9?
>>>
>>>   [1]:
>>> https://central.sonatype.com/artifact/org.apache.axis2/axis2-jaxbri/versions
>>>
>>> Leonel Gayard
>>>
>>> Software Engineer
>>>
>>> Sorocaba, SP, Brazil
>>>
>>> Brex.com <http://brex.com/>
>>>
>>>

Reply via email to