Skip to content

Commit

Permalink
add entries for bouncycastle asn1
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakames committed Dec 14, 2018
1 parent 92b8fd9 commit 92c8c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<classpathentry kind="lib" path="lib/fetched/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="lib/fetched/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/fetched/mockito-all-1.10.19.jar"/>
<classpathentry kind="lib" path="lib/fetched/bcprov-jdk15on-160.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
Expand Down
3 changes: 2 additions & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ Note: Check Maven for propery dependency parameter values @
<dependency org="javax.servlet" name="javax.servlet-api" rev="3.0.1"/>

<dependency org="org.dom4j" name="dom4j" rev="2.1.1"/>

<dependency org="org.bouncycastle" name="bcprov-jdk15on" rev="1.60"/>

<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-util -->
<dependency org="org.apache.xmlgraphics" name="batik-util" rev="1.10"/>
<dependency org="org.apache.xmlgraphics" name="batik-css" rev="1.10"/>
Expand Down

0 comments on commit 92c8c57

Please sign in to comment.