summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-ui-quarkus
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-web/opendc-web-ui-quarkus')
-rw-r--r--opendc-web/opendc-web-ui-quarkus/deployment/src/main/java/org/opendc/web/ui/deployment/OpenDCUiProcessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-ui-quarkus/deployment/src/main/java/org/opendc/web/ui/deployment/OpenDCUiProcessor.java b/opendc-web/opendc-web-ui-quarkus/deployment/src/main/java/org/opendc/web/ui/deployment/OpenDCUiProcessor.java
index 983bb852..54782ace 100644
--- a/opendc-web/opendc-web-ui-quarkus/deployment/src/main/java/org/opendc/web/ui/deployment/OpenDCUiProcessor.java
+++ b/opendc-web/opendc-web-ui-quarkus/deployment/src/main/java/org/opendc/web/ui/deployment/OpenDCUiProcessor.java
@@ -58,7 +58,7 @@ import java.util.regex.Pattern;
public class OpenDCUiProcessor {
private static final String FEATURE = "opendc-ui";
- private static final GACT OPENDC_UI_WEBJAR_ARTIFACT_KEY = new GACT("org.opendc", "opendc-web-ui", null, "jar");
+ private static final GACT OPENDC_UI_WEBJAR_ARTIFACT_KEY = new GACT("org.opendc.web", "opendc-web-ui", null, "jar");
private static final String OPENDC_UI_WEBJAR_STATIC_RESOURCES_PATH = "META-INF/resources/opendc-web-ui";
private static final Pattern PATH_PARAM_PATTERN = Pattern.compile("\\[(\\w+)]");