Navigation Menu

Skip to content

Commit

Permalink
fix(build): implement required changes to uPortal-start build system …
Browse files Browse the repository at this point in the history
…stemming from the removal of uPortal-api-platform and uPortal-api-platform-impl
  • Loading branch information
drewwills committed May 21, 2019
1 parent 165d7d8 commit 66e11c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gradle/tasks/tomcat.gradle
Expand Up @@ -15,7 +15,6 @@ dependencies {
shared "org.apache.portals.pluto:pluto-container-driver-api:${plutoVersion}"
shared "org.apache.portals.pluto:pluto-taglib:${plutoVersion}"
shared "org.apereo.service.persondir:person-directory-api:${personDirectoryVersion}"
shared "org.jasig.portal:uPortal-api-platform:${uPortalVersion}"
shared "${portletApiDependency}"
}

Expand Down
1 change: 0 additions & 1 deletion overlays/build.gradle
Expand Up @@ -49,7 +49,6 @@ subprojects {
* These are nearly the same uPortal dependencies declared by uPortal-webapp;
* perhaps we should create a uPortal-all module to bundle them all as transitives.
*/
shell "org.jasig.portal:uPortal-api-platform:${uPortalVersion}"
shell "org.jasig.portal:uPortal-groups-filesystem:${uPortalVersion}"
shell "org.jasig.portal:uPortal-groups-grouper:${uPortalVersion}"
shell "org.jasig.portal:uPortal-groups-ldap:${uPortalVersion}"
Expand Down

0 comments on commit 66e11c8

Please sign in to comment.