Skip to content

Commit 36c64f7

Browse files
authored
SAK-52257 Global lti-util and sakai-portal-util in shared and elsewhere (#14308)
1 parent 8001071 commit 36c64f7

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

deploy/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -625,10 +625,6 @@
625625
<artifactId>pluto-taglib</artifactId>
626626
<scope>compile</scope>
627627
</dependency>
628-
<dependency>
629-
<groupId>org.sakaiproject.portal</groupId>
630-
<artifactId>sakai-portal-util</artifactId>
631-
</dependency>
632628

633629
<!-- spring -->
634630
<dependency>

master/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,7 @@
16871687
<groupId>org.sakaiproject.portal</groupId>
16881688
<artifactId>sakai-portal-util</artifactId>
16891689
<version>${sakai.version}</version>
1690+
<scope>provided</scope>
16901691
</dependency>
16911692
<dependency>
16921693
<groupId>org.sakaiproject.edu-services.sections</groupId>
@@ -1794,6 +1795,7 @@
17941795
<groupId>org.sakaiproject.lti</groupId>
17951796
<artifactId>lti-util</artifactId>
17961797
<version>${sakai.version}</version>
1798+
<scope>provided</scope>
17971799
</dependency>
17981800
<dependency>
17991801
<groupId>org.sakaiproject.lti</groupId>

portal/portal-util/util/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<artifactId>sakai-portal-util</artifactId>
1515
<packaging>jar</packaging>
1616

17-
<!-- <properties>-->
18-
<!-- <deploy.target>shared</deploy.target>-->
19-
<!-- </properties>-->
17+
<properties>
18+
<deploy.target>shared</deploy.target>
19+
</properties>
2020

2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)