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 e9266ab0152699bf8d675960a01c65b580dbf505
Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 14 22:19:35 2020 +0000

    [DOXIATOOLS-62] Bump Doxia from 1.9 to 1.9.1
    
    Signed-off-by: dependabot-preview[bot] <supp...@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>

Reply via email to