This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch ms12_conversion_of_md_files
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/ms12_conversion_of_md_files by
this push:
new b4a5ed404f cleaned up mess
b4a5ed404f is described below
commit b4a5ed404f7282ad3e16e119cbe874efa8e37c34
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Mar 7 18:56:08 2024 +0100
cleaned up mess
---
src/site/asciidoc/getting-started/index.adoc | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/src/site/asciidoc/getting-started/index.adoc
b/src/site/asciidoc/getting-started/index.adoc
index cf6bd70a6c..cff2c68ad2 100644
--- a/src/site/asciidoc/getting-started/index.adoc
+++ b/src/site/asciidoc/getting-started/index.adoc
@@ -60,17 +60,3 @@ The best way to install Log4j is by using a build tool such
as Maven or Gradle.
----
compile 'com.example:some-library:1.2.3'
----
-
-
-<dependencies>
-<dependency>
-<groupId>org.apache.logging.log4j</groupId>
-<artifactId>log4j-api</artifactId>
-<version>2.22.1</version>
-</dependency>
-<dependency>
-<groupId>org.apache.logging.log4j</groupId>
-<artifactId>log4j-core</artifactId>
-<version>2.22.1</version>
-</dependency>
-</dependencies>
\ No newline at end of file