You can add the jar to your repository and modify the .openshift/config/catalina.properties to let tomcat see it:
shared.loader=${catalina.home}/../app-root/runtime/repo/_your_jar_folder_
You can also use the common.loader - look up tomcat's refs for difference.