Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.informix.jdbc</groupId>
  3. <artifactId>com.springsource.com.informix.jdbc</artifactId>
  4. <version>3.0.0.JC3</version>
  5. </dependency>
  6.  
  7. Missing artifact
  8. com.informix.jdbc:com.springsource.com.informix.jdbc:jar:3.0.0.JC3
  9.  
  10. Please add the following dependency in your POM.xml
  11.  
  12. <dependency>
  13. <groupId>com.ibm.informix</groupId>
  14. <artifactId>jdbc</artifactId>
  15. <version>4.10.6.20151104</version>
  16. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement