Skip to content

Commit

Permalink
Remove the flexmark-all Maven module, clean up several pom.xml files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilo-Acrolinx committed Sep 3, 2024
1 parent 944f166 commit 7eac49e
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 283 deletions.
110 changes: 0 additions & 110 deletions flexmark-all/pom.xml

This file was deleted.

40 changes: 0 additions & 40 deletions flexmark-all/src/assembly/bin.xml

This file was deleted.

4 changes: 0 additions & 4 deletions flexmark-all/src/main/javadoc/overview.md

This file was deleted.

5 changes: 0 additions & 5 deletions flexmark-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@
<artifactId>jmh-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
20 changes: 0 additions & 20 deletions flexmark-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<description>Tests integration of all extensions</description>

<dependencies>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark</artifactId>
Expand Down Expand Up @@ -47,26 +42,11 @@
<artifactId>flexmark-ext-yaml-front-matter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-specs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
Expand Down
39 changes: 0 additions & 39 deletions flexmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,45 +52,6 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-visitor</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-specs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.23.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down
Loading

0 comments on commit 7eac49e

Please sign in to comment.