Skip to content

Commit

Permalink
add test package,
Browse files Browse the repository at this point in the history
support for easy parsing of card response in CardDataParser
rewrite TxParser
  • Loading branch information
Toporin committed Jun 15, 2015
1 parent ad832c8 commit ff9d53a
Show file tree
Hide file tree
Showing 12 changed files with 3,592 additions and 1,544 deletions.
25 changes: 22 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,35 @@
<artifactId>bitcoinj</artifactId>
<version>0.11.3</version>
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.toporin</groupId>
<artifactId>yubikey4java</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.51</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<type>jar</type>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
Loading

0 comments on commit ff9d53a

Please sign in to comment.