-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jakarta script version updates for weld and fault-tolerance
Replace weld-se-core test dependency with weld-se-shaded
- Loading branch information
1 parent
635990c
commit 2122185
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 57471bf45d65f4eca7c3267af511cc94fd8bb202 Mon Sep 17 00:00:00 2001 | ||
From: Ozan Gunalp <[email protected]> | ||
Date: Wed, 2 Nov 2022 17:49:51 +0000 | ||
Subject: [PATCH] Include weld-se-shaded in tests | ||
|
||
--- | ||
pom.xml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/pom.xml b/pom.xml | ||
index 52ddfbe1a..2fa95606c 100644 | ||
--- a/pom.xml | ||
+++ b/pom.xml | ||
@@ -356,7 +356,7 @@ | ||
<!-- Test --> | ||
<dependency> | ||
<groupId>org.jboss.weld.se</groupId> | ||
- <artifactId>weld-se-core</artifactId> | ||
+ <artifactId>weld-se-shaded</artifactId> | ||
<version>${weld.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
-- | ||
2.30.1 (Apple Git-130) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters