Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ern committed Feb 3, 2025
1 parent 0c8c38f commit 057c865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site-manage/datemanager/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<groupId>org.sakaiproject.scheduler</groupId>
<artifactId>scheduler-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.portal</groupId>
<artifactId>sakai-portal-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.signup</groupId>
<artifactId>signup-api</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions sitestats/sitestats-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
</dependency>

<!-- Other Sakai -->
<dependency>
<groupId>org.sakaiproject.portal</groupId>
<artifactId>sakai-portal-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
<artifactId>entitybroker-api</artifactId>
Expand Down

0 comments on commit 057c865

Please sign in to comment.