Details
-
Story
-
Status: Closed
-
Trivial
-
Resolution: Completed
-
None
-
7.0.x
-
Committed
Description
Create an OSGi component that can be requested by each OSGi bundle to resolve its NPM dependencies based on its own package.json definitions.
This is to avoid having to hard wire the package version in JSP pages, for example, which can be error prone creating issues each time the version number is updated.
Steps to test:
- Start Portal
- Deploy attached JAR file
- Add a "npm-portlet-a Portlet" to the Welcome page
- Assert that it works and displays "Hello World!" inside the portlet box