Skip to content

Commit

Permalink
Removed .gitignore and add Gatecoin dependencies in parent pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumedha Saxena committed Jul 8, 2015
1 parent cd76d7d commit 12ac268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@
<artifactId>base64</artifactId>
<version>2.3.8</version>
</dependency>

<!-- For Base64 encoding in Gatecoin API -->
<dependency>
+ <groupId>org.apache-extras.camel-extra</groupId>
+ <artifactId>camel-example-rcode</artifactId>
+ <version>2.12.3</version>
+ <type>jar</type>
+ </dependency>

</dependencies>
</dependencyManagement>
Expand Down
27 changes: 0 additions & 27 deletions xchange-gatecoin/.gitignore

This file was deleted.

0 comments on commit 12ac268

Please sign in to comment.