Skip to content

Instantly share code, notes, and snippets.

@hinunbi
Created November 11, 2013 08:36
Show Gist options
  • Save hinunbi/7409836 to your computer and use it in GitHub Desktop.
Save hinunbi/7409836 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-beanio</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-stream</artifactId>
<version>2.12.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment