Skip to content

Commit

Permalink
SAK-23918 Remove the dependency on implementation.
Browse files Browse the repository at this point in the history
Section tool we depending on implementations so that it could run in a standalone mode, this code got removed and these parts can also now go.
  • Loading branch information
buckett committed Feb 15, 2016
1 parent 110215b commit 0831557
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 172 deletions.
24 changes: 0 additions & 24 deletions sections/sections-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,31 +53,7 @@
<groupId>org.sakaiproject.edu-services.sections</groupId>
<artifactId>sections-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.edu-services.sections</groupId>
<artifactId>sections-impl-standalone</artifactId>
<scope>provided</scope>
<!-- FIXME: is this required here ? -->
</dependency>
<dependency>
<groupId>org.sakaiproject.edu-services.sections</groupId>
<artifactId>sections-model</artifactId>
<scope>provided</scope>
<!-- FIXME: is this required here ? -->
</dependency>
<dependency>
<groupId>org.sakaiproject.edu-services.sections</groupId>
<artifactId>sections-impl</artifactId>
<scope>provided</scope>
<!-- FIXME: is this required here ? -->
</dependency>
<dependency>
<groupId>org.sakaiproject.edu-services.sections</groupId>
<artifactId>sections-integrationsupport</artifactId>
<scope>provided</scope>
<!-- FIXME: is this required here ? -->
<!--properties: war.bundle: false -->
</dependency>
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>sakai-sections-app-util</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import org.sakaiproject.section.api.facade.manager.Authz;
import org.sakaiproject.section.api.facade.manager.Context;
import org.sakaiproject.section.api.SectionManager;
import org.sakaiproject.component.section.sakai.SectionManagerImpl;
import org.sakaiproject.tool.section.jsf.backingbean.StudentViewBean;
import org.springframework.context.ApplicationContext;
import org.springframework.web.context.WebApplicationContext;

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 0831557

Please sign in to comment.