You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/10/12 16:59:55 UTC

svn commit: r1843690 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Fri Oct 12 16:59:55 2018
New Revision: 1843690

URL: http://svn.apache.org/viewvc?rev=1843690&view=rev
Log:
PDFBOX-4340: remove java activation framework

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1843690&r1=1843689&r2=1843690&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Fri Oct 12 16:59:55 2018
@@ -130,11 +130,11 @@
                 <jdk>[9,10]</jdk>
             </activation>
             <properties>
-                <addmod>--add-modules java.activation --add-modules java.xml.bind</addmod>
+                <addmod>--add-modules java.xml.bind</addmod>
             </properties>
         </profile>
         <profile>
-            <!-- from jdk11 onwards activation and bind are no longer part of the jdk -->
+            <!-- from jdk11 onwards java.xml.bind is no longer part of the jdk -->
             <!-- must be set to "test" or "provided" in subprojects --> 
             <id>jdk11</id>
             <activation>
@@ -147,11 +147,6 @@
                         <artifactId>jaxb-api</artifactId>
                         <version>2.3.0</version>
                     </dependency>
-                    <dependency>
-                        <groupId>javax.activation</groupId>
-                        <artifactId>activation</artifactId>
-                        <version>1.1.1</version>
-                    </dependency>
                 </dependencies>
             </dependencyManagement>
         </profile>