Skip to content

Commit

Permalink
Sak-33633 sakai-common-api (sakaiproject#5031)
Browse files Browse the repository at this point in the history
* SAK-33633 sakai-common-api <= edu-person-api (7)
manager-api (2)
type-api (5)

* SAK-33633 rm type-api manager-api
  • Loading branch information
axxter99 authored and ern committed Dec 5, 2017
1 parent 8c8881f commit 2b30f54
Show file tree
Hide file tree
Showing 29 changed files with 14 additions and 169 deletions.
5 changes: 2 additions & 3 deletions common/manager-api/pom.xml → common/common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<version>13-SNAPSHOT</version><!-- ProjectVersion -->
<relativePath>../pom.xml</relativePath>
</parent>
<name>Sakai Common Manager API</name>
<name>Sakai Common API</name>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<organization>
<name>Sakai Project</name>
<url>http://sakaiproject.org/</url>
Expand All @@ -19,7 +19,6 @@
<properties>
<deploy.target>shared</deploy.target>
</properties>
<dependencies />
<build>
<resources />
<!-- java source -->
Expand Down
12 changes: 1 addition & 11 deletions common/common-composite-component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,7 @@
<!-- compile time dependencies -->
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<scope>provided</scope>
<artifactId>sakai-common-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
Expand Down
38 changes: 0 additions & 38 deletions common/edu-person-api/pom.xml

This file was deleted.

10 changes: 1 addition & 9 deletions common/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,7 @@
<!-- compile time dependencies -->
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<artifactId>sakai-common-api</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
18 changes: 2 additions & 16 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
<modules>
<module>common-composite-component</module>
<module>impl</module>
<module>edu-person-api</module>
<module>manager-api</module>
<module>type-api</module>
<module>common-api</module>
<module>privacy-api</module>
<module>privacy-comp-impl</module>
<module>privacy-hbm</module>
Expand Down Expand Up @@ -45,19 +43,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
33 changes: 0 additions & 33 deletions common/type-api/pom.xml

This file was deleted.

6 changes: 1 addition & 5 deletions content-review/impl/compilatio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<artifactId>sakai-common-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.assignment</groupId>
Expand Down
10 changes: 1 addition & 9 deletions content-review/impl/turnitin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<artifactId>sakai-common-api</artifactId>
</dependency>
<dependency>
<groupId>org.azeckoski</groupId>
Expand Down
10 changes: 1 addition & 9 deletions content-review/impl/urkund/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,7 @@
<!-- Sakai Person -->
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<artifactId>sakai-common-api</artifactId>
</dependency>

<!-- Various Sakai dependencies -->
Expand Down
14 changes: 1 addition & 13 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1329,19 +1329,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<version>${sakai.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 1 addition & 5 deletions msgcntr/messageforums-component-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<artifactId>sakai-common-api</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion profile2/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
12 changes: 1 addition & 11 deletions profile2/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,9 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-type-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
<artifactId>entitybroker-api</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions profile2/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-edu-person-api</artifactId>
<artifactId>sakai-common-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>sakai-common-manager-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
Expand Down

0 comments on commit 2b30f54

Please sign in to comment.