Skip to content

Commit

Permalink
fix for installing JavaCard and nor requiring version for pom executi…
Browse files Browse the repository at this point in the history
…on in the beginning
  • Loading branch information
koh-osug committed Jan 16, 2019
1 parent 82e79aa commit 676ca52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
<artifactId>bcprov-jdk14</artifactId>
<version>1.46</version>
</dependency>
<dependency>
<groupId>oracle.javacard</groupId>
<artifactId>api_classic</artifactId>
<version>${jcApiVersion}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-all</artifactId>
Expand Down Expand Up @@ -183,7 +177,7 @@
<version>2.10</version>
<executions>
<execution>
<phase>process-classes</phase>
<phase>initialize</phase>
<goals>
<goal>unpack</goal>
</goals>
Expand Down

0 comments on commit 676ca52

Please sign in to comment.