Skip to content

Commit

Permalink
LPD-26796 import package in bnd files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosapmf authored and brianchandotcom committed Jun 5, 2024
1 parent 66602f3 commit 05a6f46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/dxp/apps/osb/osb-faro/osb-faro-admin-web/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-SymbolicName: com.liferay.osb.faro.admin.web
Bundle-Version: 1.0.0
Import-Package:\
com.liferay.frontend.taglib.clay.servlet.taglib.util;version="[4.2.0,9999.0.0)",\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.portal.kernel.dao.search;version="[9.0.0,9999.0.0)",\
com.liferay.portal.kernel.exception;version="[1.0.0,9999.0.0)",\
Expand Down
1 change: 1 addition & 0 deletions modules/dxp/apps/osb/osb-faro/osb-faro-api/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Export-Package:\
com.liferay.osb.faro.service.persistence,\
com.liferay.osb.faro.util
Import-Package:\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.petra.lang;version="[1.3.0,9999.0.0)",\
com.liferay.petra.sql.dsl;version="[1.0.0,9999.0.0)",\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Import-Package:\
\
!org.yaml.snakeyaml.*,\
\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.portal.kernel.json;version="[12.0.0,9999.0.0)",\
com.liferay.portal.kernel.log;version="[1.0.0,9999.0.0)",\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Import-Package:\
\
!sun.security.*,\
\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.portal.kernel.dao.search;version="[9.0.0,9999.0.0)",\
com.liferay.portal.kernel.json;version="[12.0.0,9999.0.0)",\
Expand Down
1 change: 1 addition & 0 deletions modules/dxp/apps/osb/osb-faro/osb-faro-service/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Import-Package:\
com.liferay.counter.kernel.service;version="[2.1.0,9999.0.0)",\
com.liferay.expando.kernel.model;version="[6.0.0,9999.0.0)",\
com.liferay.expando.kernel.util;version="[1.8.0,9999.0.0)",\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.petra.lang;version="[1.3.0,9999.0.0)",\
com.liferay.petra.sql.dsl.query;version="[1.0.0,9999.0.0)",\
Expand Down
1 change: 1 addition & 0 deletions modules/dxp/apps/osb/osb-faro/osb-faro-web/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Import-Package:\
com.liferay.expando.kernel.service;version="[1.8.0,9999.0.0)",\
com.liferay.oauth2.provider.model;version="[4.1.0,9999.0.0)",\
com.liferay.oauth2.provider.service;version="[3.0.0,9999.0.0)",\
com.liferay.petra.function;version="[1.5.0,9999.0.0)",\
com.liferay.petra.function.transform;version="[1.2.0,9999.0.0)",\
com.liferay.petra.lang;version="[1.3.0,9999.0.0)",\
com.liferay.portal.instance.lifecycle;version="[3.0.0,9999.0.0)",\
Expand Down

0 comments on commit 05a6f46

Please sign in to comment.