Guest User

Untitled

a guest
Sep 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. @Resource
  2. private SessionContext ctx;
  3.  
  4. @Mock
  5. private SessionContext ctx;
  6.  
  7. <dependency>
  8. <groupId>org.apache.geronimo.specs</groupId>
  9. <artifactId>geronimo-ejb_2.1_spec</artifactId>
  10. <version>1.1</version>
  11. <scope>test</scope>
  12. </dependency>
  13.  
  14. <groupId>org.jboss.spec</groupId>
  15. <artifactId>jboss-javaee-all-7.0</artifactId>
  16.  
  17. <dependency>
  18. <groupId>org.jboss.spec.javax.xml.rpc</groupId>
  19. <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
  20. <version>1.0.1.Final</version>
  21. <scope>provided</scope>
  22. </dependency>
Add Comment
Please, Sign In to add comment