Skip to content

Commit

Permalink
Add new service file to the cdi api fragment
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed May 23, 2022
1 parent 2a93357 commit 6aa4b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appserver/web/cdi-api-fragment/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2022, 2022 Contributors to the Eclipse Foundation.
Copyright (c) 2015, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -54,7 +55,7 @@
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Bundle-ManifestVersion>2</Bundle-ManifestVersion>
<Fragment-Host>jakarta.enterprise.cdi-api</Fragment-Host>
<Import-Package>org.glassfish.weld</Import-Package>
<Import-Package>org.glassfish.weld,org.jboss.weld.lite.extension.translator</Import-Package>
<Bundle-Description>${project.description}</Bundle-Description>
</manifestEntries>
</archive>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.jboss.weld.lite.extension.translator.BuildServicesImpl

0 comments on commit 6aa4b03

Please sign in to comment.