Skip to content

Commit

Permalink
Add download for Jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Oct 13, 2019
1 parent 1071c08 commit a31a114
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="schemacrawler"
module="schemacrawler-velocity" />
<dependencies>
<dependency org="com.fasterxml.jackson.core"
name="jackson-core" rev="2.10.0" />
<dependency org="com.fasterxml.jackson.core"
name="jackson-databind" rev="2.10.0" />
<dependency org="com.fasterxml.jackson.dataformat"
name="jackson-dataformat-yaml" rev="2.10.0" />

<exclude type="source" ext="jar" />
<exclude type="sources" ext="jar" />
<exclude type="test" ext="jar" />
<exclude type="javadoc" ext="jar" />
</dependencies>
</ivy-module>

0 comments on commit a31a114

Please sign in to comment.