Skip to content

Commit

Permalink
Merge pull request #98 from dotCMS/fix-apps-plugin
Browse files Browse the repository at this point in the history
Import bytebuddy to resolve issue with apps plugin
  • Loading branch information
swicken-dotcms authored Jul 5, 2024
2 parents 1e69659 + 74e72f6 commit 556d332
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion com.dotcms.app.example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
<Bundle-Description>dotCMS - App and Secrets Example</Bundle-Description>
<Bundle-DocURL>https://dotcms.com/</Bundle-DocURL>
<Bundle-Activator>com.dotcms.osgi.app.Activator</Bundle-Activator>
<Import-Package>*</Import-Package>
<Import-Package>
com.dotcms.business.bytebuddy,
*
</Import-Package>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 556d332

Please sign in to comment.