Skip to content

Commit 7018cd7

Browse files
committed
add saxon for the xslt
1 parent 0c80aa2 commit 7018cd7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/allnav.yml
77
/doc/site/generated/
88
/doc/std/vodml-generated/
9+
/site/

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
//all data models will want to depend on the base model at least
3333
api("org.javastro.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
3434

35+
implementation("net.sf.saxon:Saxon-HE:12.5")
3536
// the dependencies below are related to testing
3637
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
3738
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")

0 commit comments

Comments
 (0)