Advertisement
ManZzup

Untitled

Aug 12th, 2016
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <dependency>
  2.    <groupId>org.apache.cxf</groupId>
  3.    <artifactId>cxf-rt-transports-http</artifactId>
  4.    <version>2.7.8</version>
  5.    </dependency>
  6. <dependency>
  7.    <groupId>org.apache.cxf</groupId>
  8.    <artifactId>cxf-rt-transports-http-jetty</artifactId>
  9.    <version>2.7.15</version>
  10. </dependency>
  11.  
  12. <dependency>
  13.   <groupId>org.testng</groupId>
  14.   <artifactId>testng</artifactId>
  15.   <version>6.3.1</version>
  16. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement