This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIATOOLS-79 in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
commit 7811e812b5583f6f5f43cec73877ec71a66eded2 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Feb 18 12:06:25 2023 +0100 [DOXIATOOLS-79] Bump doxia-tools from 37 to 39 --- pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 077424f..11cdb35 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-tools</artifactId> - <version>37</version> + <version>39</version> <relativePath /> </parent> @@ -66,7 +66,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.5.0</version><!-- 3.4.0 have issues with BOM --> + <version>3.5.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -118,16 +118,6 @@ under the License. <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-fo</artifactId> <version>${doxiaVersion}</version> - <exclusions><!-- remove with update to 1.9.2 --> - <exclusion> - <groupId>javax.media</groupId> - <artifactId>jai-core</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.media</groupId> - <artifactId>jai-codec</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.maven.doxia</groupId>
