Oracle Identity Manager 10gYou only need these JAR files if you are using the Project OpenPTK's Oracle Identity Manager 10g (9.1.0.1) Service located in the ext/Service/OracleIdMgr directory. This Service uses the following OIM 10g jar files:
- xlAPI.jar
- xlAuthentication.jar
- xlCache.jar
- xlCrypto.jar
- xlLogger.jar
- xlUtils.jar
- You need to copy these JAR files to local directory.
- Run the following commands to add the JAR files to your local Maven repository.
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xlapi -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlAPI.jar
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xlauthentication -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlAuthentication.jar
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xlcache -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlCache.jar
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xlcrypto -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlCrypto.jar
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xllogger -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlLogger.jar
mvn install:install-file -DgroupId=com.thortech -DartifactId=thortech-xlutils -Dpackaging=jar -Dversion=9.1.0 -DgeneratePom=true -Dfile=xlUtils.jar
|
|