Guest User

Untitled

a guest
Jan 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <dependency>
  2. <groupId>org.glassfish.main.extras</groupId>
  3. <artifactId>glassfish-embedded-all</artifactId>
  4. <version>3.1.2</version>
  5. <scope>test</scope>
  6. </dependency>
  7. <dependency>
  8. <groupId>junit</groupId>
  9. <artifactId>junit</artifactId>
  10. <version>4.10</version>
  11. <scope>test</scope>
  12. <type>jar</type>
  13. </dependency>
Add Comment
Please, Sign In to add comment