We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c80aa2 commit 7018cd7Copy full SHA for 7018cd7
.gitignore
@@ -6,3 +6,4 @@
6
/allnav.yml
7
/doc/site/generated/
8
/doc/std/vodml-generated/
9
+/site/
build.gradle.kts
@@ -32,6 +32,7 @@ dependencies {
32
//all data models will want to depend on the base model at least
33
api("org.javastro.ivoa.vo-dml:ivoa-base:1.0-SNAPSHOT") // IMPL using API so that it appears in transitive compile
34
35
+ implementation("net.sf.saxon:Saxon-HE:12.5")
36
// the dependencies below are related to testing
37
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
38
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
0 commit comments