Missing dependency in version brXM 15.0.0

Hi, I would like to upgrade my application to version 15.0.0, which should be open source now, but there is no library in the repository for the application to build properly.

Unresolved dependency: ‘org.wicketstuff:wicket-extjs:jar:0.29.0’

Latest version of this library in repository is 0.26.0
https://maven.onehippo.com/maven2/org/wicketstuff/wicket-extjs/

Will you be able to update the repository in the near future?

2 Likes

Hi Andrzej,
I think this is an oversight indeed, thanks.
It is available in our Enterprise Repo though, don’t you have access?

I don’t know a workaround either, cannot attach jars files here…

Jeroen

Hi,

Unfortunately, we do not have access to the enterprise version.

Andrzej.

I have the same error. Failure to find org.wicketstuff:wicket-extjs:jar:0.29.0 in https://maven.onehippo.com/maven2/

commands :
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeRepository=https://maven.onehippo.com/maven2 -DarchetypeGroupId=org.onehippo.cms7 -DarchetypeArtifactId=hippo-project-archetype -DarchetypeVersion=15.0.0
mvn clean verify

The same file is required for 15.1.0 and build returns the same error.

@PCentgraf wrote “Both the enterprise and community release artifacts are now available in the Bloomreach Maven repository.”

@jeroen.hoffman
Can you add wicket-extjs v0.29.0 to Index of /groups/maven2/org/wicketstuff/wicket-extjs ?

I’m working on it, hope to have this done later today.

FYI, the 0.29.0 wicket-extjs artifacts have now been deployed to our public Maven repository.
Let us know whether it now works for you.

Regards, Jeroen

@jeroen.hoffman Thank you.

@jeroen.hoffman
build with v15.0.0 works. Thanks.
build with v15.1.0 (with Security Fixes) doesn’t work - missing artifact org.onehippo.cms7:hippo-ckeditor:jar:optimized:4.19.0-h2 in ‘Index of /groups/maven2/org/onehippo/cms7/hippo-ckeditor’ , it’s defined in cms/pom.xml : <hippo.ckeditor.version>4.19.0-h2</hippo.ckeditor.version>, change reason: https://issues.onehippo.com/browse/CMS-15094, Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS, Security - Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS

Can you add hippo-ckeditor v.4.19.0-h2 to ‘Index of /groups/maven2/org/onehippo/cms7/hippo-ckeditor’ ?

Thanks for the additional report, we’re working on it.

FYI hippo-ckeditor v.4.19.0-h2 is available now too in our public repo.

Jeroen

@jeroen.hoffman
There is another missing artifact for version 15.1.0
Could not find artifact org.onehippo.cms7:hippo-cms7-project:pom:15.0.1 in hippo (Index of /groups/maven2)
I was wondering if my dependency might break something, because the library 15.0.1 shouldn’t be in 15.1.0, but the same problem appeared on the clean project as well.

Could you help me? It’s probably the best way to check the clean version 15.1.0 and add any missing dependencies to the repository.

@jeroen.hoffman
Hippo-ckeditor v19 is used in versions: 13.4.18, 15.1.0, 14.7.8, but the parent definition in hippo-ckeditor-4.19.0-h2.pom uses hippo-cms7-project version 15.0.1 . Finally, build of all actual brXM version (from artifacts or code): 13.4.18, 15.1.0, 14.7.8 will not work.

Source of the problem:
https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/4.19.0-h2/hippo-ckeditor-4.19.0-h2.pom
<parent> <groupId>org.onehippo.cms7</groupId> <artifactId>hippo-cms7-project</artifactId> <version>15.0.1</version> <relativePath /> </parent>

Thanks for the report, I can reproduce this. Let’s me see what we can do here…

Hi,
Artifact org.onehippo.cms7:hippo-cms7-project:15.0.1 was deployed to the public Maven repository.
A local 15.1.0 archetype-based project now builds and runs without access to the Enterprise repository.

Regards, Jeroen

1 Like

Hi,

I can confirm that current build works. Thanks for your help.

Andrzej.