Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Define base properties:

    groupId

    edu.ucdavis.iet.kuali.rice

    artifactId

    ucd-kim-impl

    packaging

    jar

    version

    1.0.0

    name

    ucd-kim-impl

  2. Add dependency properties:

    spring.version

    2.0.4

    spring-ldap.version

    1.3.0.RELEASE

    commons-lang.version

    2.3

    rice-api.version

    0.9.4-SNAPSHOT

    rice-impl.version

    0.9.4-SNAPSHOT

    db-ojb.version

    1.0.4-patch2

    servlet-api.version

    2.4

    xalan.version

    2.4.0

    iet-ldap-widget.version

    1.0.0

  3. Add dependencies:
    • Spring LDAP Core
    • Spring
    • Rice API
    • Rice Implementation
    • Common Lang
    • DB OJB
    • Servlet API
    • Xalan-J
    • IET LDAP Widget
  4. Add repository for Spring LDAP Core

Declare Spring Beans

Configure Dependencies on the Build Path

...