Advertisement
vrvarma

messaging/build.gradle

Apr 2nd, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. dependencies {
  3. compile project(":src:common:common")
  4. compile project(":src:common:container:orm:orm-cramer")
  5. compile project(":src:common:container:orm:orm-idis")
  6. compile thirdparty_libraries.weblogic
  7. compile libraries.spring_ws_core
  8.  
  9. compile fileTree(dir: "$libsDir", include: '*.jar',exclude:'*tests.jar')
  10.  
  11. }
  12. jar{ archiveName = 'osd.common.container.jar' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement