Skip to content

Commit

Permalink
Update Maven plugins, omit transitive dependencies from 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 3652f49 commit 944f166
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 258 deletions.
7 changes: 4 additions & 3 deletions flexmark-all/src/assembly/bin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>lib</id>
<formats>
<format>jar</format>
Expand Down
4 changes: 0 additions & 4 deletions flexmark-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-specs</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions flexmark-ext-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
9 changes: 0 additions & 9 deletions flexmark-ext-gfm-strikethrough/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
9 changes: 0 additions & 9 deletions flexmark-ext-gfm-tasklist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions flexmark-ext-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,5 @@
<artifactId>flexmark-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
9 changes: 0 additions & 9 deletions flexmark-ext-yaml-front-matter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,11 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util</artifactId>
</dependency>

<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-core-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions flexmark-test-specs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-test-util</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</project>
17 changes: 0 additions & 17 deletions flexmark-test-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<description>flexmark-java classes for tests</description>

<dependencies>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-ast</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
Expand All @@ -24,23 +20,10 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-format</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-sequence</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
</dependencies>
</project>
23 changes: 0 additions & 23 deletions flexmark-util-ast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
<description>flexmark-java ast utility classes</description>

<dependencies>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-collection</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-sequence</artifactId>
Expand All @@ -32,16 +20,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-visitor</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions flexmark-util-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
11 changes: 0 additions & 11 deletions flexmark-util-collection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
11 changes: 0 additions & 11 deletions flexmark-util-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions flexmark-util-dependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
27 changes: 0 additions & 27 deletions flexmark-util-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,9 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-ast</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-collection</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-html</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-sequence</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions flexmark-util-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,9 @@
<description>flexmark-java html utility classes</description>

<dependencies>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-sequence</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 0 additions & 6 deletions flexmark-util-misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions flexmark-util-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,9 @@
<description>flexmark-java options utility classes</description>

<dependencies>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-sequence</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions flexmark-util-sequence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,5 @@
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-data</artifactId>
</dependency>
<dependency>
<groupId>com.acrolinx.flexmark</groupId>
<artifactId>flexmark-util-misc</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit 944f166

Please sign in to comment.