pom.xml (pdfbox-2.0.23-src) | : | pom.xml (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
! See the License for the specific language governing permissions and | ! See the License for the specific language governing permissions and | |||
! limitations under the License. | ! limitations under the License. | |||
!--> | !--> | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h ttp://maven.apache.org/maven-v4_0_0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | |||
<parent> | <parent> | |||
<groupId>org.apache.pdfbox</groupId> | <groupId>org.apache.pdfbox</groupId> | |||
<artifactId>pdfbox-parent</artifactId> | <artifactId>pdfbox-parent</artifactId> | |||
<version>2.0.23</version> | <version>2.0.24</version> | |||
<relativePath>../parent/pom.xml</relativePath> | <relativePath>../parent/pom.xml</relativePath> | |||
</parent> | </parent> | |||
<artifactId>pdfbox</artifactId> | <artifactId>pdfbox</artifactId> | |||
<packaging>bundle</packaging> | <packaging>bundle</packaging> | |||
<name>Apache PDFBox</name> | <name>Apache PDFBox</name> | |||
<description> | <description> | |||
The Apache PDFBox library is an open source Java tool for working with P DF documents. | The Apache PDFBox library is an open source Java tool for working with P DF documents. | |||
</description> | </description> | |||
skipping to change at line 79 | skipping to change at line 79 | |||
<groupId>com.googlecode.java-diff-utils</groupId> | <groupId>com.googlecode.java-diff-utils</groupId> | |||
<artifactId>diffutils</artifactId> | <artifactId>diffutils</artifactId> | |||
<version>1.3.0</version> | <version>1.3.0</version> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>org.apache.pdfbox</groupId> | <groupId>org.apache.pdfbox</groupId> | |||
<artifactId>jbig2-imageio</artifactId> | <artifactId>jbig2-imageio</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | ||||
<groupId>org.mockito</groupId> | ||||
<artifactId>mockito-core</artifactId> | ||||
<version>3.10.0</version> | ||||
<scope>test</scope> | ||||
</dependency> | ||||
<!-- For legal reasons (incompatible license), these two dependencies be low | <!-- For legal reasons (incompatible license), these two dependencies be low | |||
are to be used only in the tests and may not be distributed. | are to be used only in the tests and may not be distributed. | |||
See also LEGAL-195 --> | See also LEGAL-195 --> | |||
<dependency> | <dependency> | |||
<groupId>com.github.jai-imageio</groupId> | <groupId>com.github.jai-imageio</groupId> | |||
<artifactId>jai-imageio-core</artifactId> | <artifactId>jai-imageio-core</artifactId> | |||
<scope>test</scope> | <scope>test</scope> | |||
</dependency> | </dependency> | |||
<dependency> | <dependency> | |||
<groupId>com.github.jai-imageio</groupId> | <groupId>com.github.jai-imageio</groupId> | |||
skipping to change at line 700 | skipping to change at line 705 | |||
<goals> | <goals> | |||
<goal>wget</goal> | <goal>wget</goal> | |||
</goals> | </goals> | |||
<configuration> | <configuration> | |||
<url>https://issues.apache.org/jira/secure/attachmen t/12962991/NeS1078.pdf</url> | <url>https://issues.apache.org/jira/secure/attachmen t/12962991/NeS1078.pdf</url> | |||
<outputDirectory>${project.build.directory}/pdfs</ou tputDirectory> | <outputDirectory>${project.build.directory}/pdfs</ou tputDirectory> | |||
<outputFileName>PDFBOX-4490.pdf</outputFileName> | <outputFileName>PDFBOX-4490.pdf</outputFileName> | |||
<sha512>5ae7f232c47c13ed31997eb2c368e7deb1013c1321d7 0bf79369f8d709b33406191d94c21a5d27b4c4bb48241bafd9328a0a6d2d093d4e540d5044e9503b d099</sha512> | <sha512>5ae7f232c47c13ed31997eb2c368e7deb1013c1321d7 0bf79369f8d709b33406191d94c21a5d27b4c4bb48241bafd9328a0a6d2d093d4e540d5044e9503b d099</sha512> | |||
</configuration> | </configuration> | |||
</execution> | </execution> | |||
<execution> | ||||
<id>PDFBOX-5196</id> | ||||
<phase>generate-test-resources</phase> | ||||
<goals> | ||||
<goal>wget</goal> | ||||
</goals> | ||||
<configuration> | ||||
<url>https://issues.apache.org/jira/secure/attachmen | ||||
t/13025718/lotus.jpg</url> | ||||
<outputDirectory>${project.build.directory}/imgs</ou | ||||
tputDirectory> | ||||
<outputFileName>PDFBOX-5196-lotus.jpg</outputFileNam | ||||
e> | ||||
<sha512>37c73b41d1e00d66717c3715e6c45724c3f163d3d5b0 | ||||
45c67e90c3713746d39eef96b4f0e6f368d0679d4c73d02ca01cfe5141d8a526e46ea15a4579ea1e | ||||
75a2</sha512> | ||||
</configuration> | ||||
</execution> | ||||
</executions> | </executions> | |||
</plugin> | </plugin> | |||
</plugins> | </plugins> | |||
</build> | </build> | |||
</project> | </project> | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 25 lines changed or added |