Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add dependency on templating v1.0.0
  • Loading branch information
joewiz committed Jun 4, 2021
commit e4e009a32b9685f1524a911bfdc322cfada00cb0
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<exist.version>5.3.0-SNAPSHOT</exist.version>
<markdown.version>0.6</markdown.version>
<shared-resources.version>0.9.1</shared-resources.version>
<templating.version>1.0.0</templating.version>

<package-name>http://exist-db.org/apps/fundocs</package-name>
<package-abbrev>fundocs</package-abbrev> <!-- override the default which is artifactId :-/ -->
Expand Down
1 change: 1 addition & 0 deletions xar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<dependency processor="http://exist-db.org" semver-min="${exist.version}"/>
<dependency package="http://exist-db.org/apps/shared" semver-min="${shared-resources.version}"/>
<dependency package="http://exist-db.org/apps/markdown" semver-min="${markdown.version}"/>
<dependency package="http://exist-db.org/html-templating" semver-min="${templating.version}"/>
<prepare>pre-install.xql</prepare>
<changelog>
<change version="1.1.2">
Expand Down