From 04670f7b076759d2833af5ed47cd420ccb79b926 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 21 Oct 2024 12:08:23 +0200 Subject: [PATCH] Update .gitignore and comment out packages in pom.xml - Uncomment package.json in .gitignore - Comment out packages section in pom.xml - Add explicit package.json --- .gitignore | 2 +- package.json | 11 +++++++++++ pom.xml | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 package.json diff --git a/.gitignore b/.gitignore index b04f0cf8b..1e3c0cb68 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,6 @@ src/ant/.ant-targets-upload-dist.xml node_modules node/ package-lock.json -package.json +# package.json build/ .vscode/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 000000000..7180c260c --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "dependencies": { + "antora": "3.2.0-alpha.6", + "@antora/atlas-extension": "1.0.0-alpha.2", + "@antora/collector-extension": "1.0.0-beta.1", + "@asciidoctor/tabs": "1.0.0-beta.6", + "@springio/antora-extensions": "1.14.2", + "@springio/asciidoctor-extensions": "1.0.0-alpha.12", + "@djencks/asciidoctor-mathjax": "0.0.9" + } + } \ No newline at end of file diff --git a/pom.xml b/pom.xml index 93ba8be96..eebc99620 100644 --- a/pom.xml +++ b/pom.xml @@ -39,14 +39,14 @@ - +