Skip to content

Commit

Permalink
Use weld-se-shaded instead for weld-se-core.
Browse files Browse the repository at this point in the history
We build Weld from weld-se-shaded, as this makes packaging easier.
So we should use weld-se-shaded instead of the -core variant.

Signed-off-by: Jean-Louis Dupond <[email protected]>
  • Loading branch information
dupondje committed Jan 21, 2025
1 parent a139bdb commit a1fa64e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doctool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<!-- The tool runs in a CDI environment, implemented by Weld: -->
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<artifactId>weld-se-shaded</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ovirt-engine-api-metamodel.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildRequires: mvn(org.codehaus.mojo:exec-maven-plugin)
BuildRequires: mvn(org.glassfish:javax.json)
BuildRequires: mvn(org.jboss.resteasy:jaxrs-api)
BuildRequires: mvn(org.jboss.weld.se:weld-se)
BuildRequires: mvn(org.jboss.weld.se:weld-se-shaded)
BuildRequires: mvn(org.ovirt.maven.plugins:ovirt-jboss-modules-maven-plugin)
BuildRequires: mvn(org.slf4j:slf4j-jdk14)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<!-- The tool runs in a CDI environment, implemented by Weld: -->
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<artifactId>weld-se-shaded</artifactId>
<version>${weld-se.version}</version>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<!-- The tool runs in a CDI environment, implemented by Weld: -->
<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<artifactId>weld-se-shaded</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit a1fa64e

Please sign in to comment.