Remove unused OkiOSID dependency from the kernel base pom
Description
Environment
None
Test Plan
None
Activity
Show:

Anthony Whyte July 27, 2011 at 8:12 AM
1.1.x r95736.

Hudson CI Server May 15, 2011 at 8:07 PM
Integrated in kernel-trunk #304 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/304/)

Anthony Whyte May 13, 2011 at 7:07 AM
trunk r92837.
The kernel base pom lists a dependency on the OkiOSID jar with a scope of provided. In reality, the kernel is not dependent on any org.osid... classes nor does the kernel deploy the OkiOSID jar to shared/lib so the dependency listing will be removed.
<dependency>
<groupId>OKI</groupId>
<artifactId>OkiOSID</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
The OkiOSID jar is a dependency for both Samigo and Citations. Both deploy the jar to $CATALINA_HOME/shared/lib.