Guest User

Untitled

a guest
Aug 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. OSGI bundle error: Unresolved package in bundle 73:package=org.apache.commons.httpclient
  2. <dependency>
  3. <groupId>org.apache.camel</groupId>
  4. <artifactId>camel-http</artifactId>
  5. <version>${camel-version}</version>
  6. <!-- use the same version as your Camel core version -->
  7. </dependency>
  8.  
  9. <dependency>
  10. <groupId>commons-httpclient</groupId>
  11. <artifactId>commons-httpclient</artifactId>
  12. <version>3.1</version>
  13. </dependency>
Add Comment
Please, Sign In to add comment