Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the flexmark-all Maven module, clean up several pom.xml files #67

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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