You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/03/14 22:33:27 UTC

[maven-doxia-converter] branch dependabot/maven/doxiaVersion-1.9.1 created (now e1f29d7)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch dependabot/maven/doxiaVersion-1.9.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git.


      at e1f29d7  Bump Doxia from 1.9 to 1.9.1

This branch includes the following new commits:

     new e1f29d7  Bump Doxia from 1.9 to 1.9.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-doxia-converter] 01/01: Bump Doxia from 1.9 to 1.9.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/doxiaVersion-1.9.1
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git

commit e1f29d7facd00f6082694a0db04f606a3d9cf87f
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Sat Mar 14 22:19:35 2020 +0000

    Bump Doxia from 1.9 to 1.9.1
    
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c01af12..4822750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <doxiaVersion>1.9</doxiaVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
     <javaVersion>7</javaVersion>
   </properties>
   <dependencyManagement>
@@ -117,6 +117,16 @@ 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>