RED-5567: Upgraded to lastest pdftron version

This commit is contained in:
deiflaender 2023-05-25 10:41:47 +02:00
parent aac56cc2ed
commit ab05edc150
4 changed files with 4 additions and 4 deletions

View File

@ -51,7 +51,7 @@ mvn -f ${bamboo_build_working_directory}/$SERVICE_NAME-v1/pom.xml \
-Dmaven.wagon.http.ssl.insecure=true \ -Dmaven.wagon.http.ssl.insecure=true \
-Dmaven.wagon.http.ssl.allowall=true \ -Dmaven.wagon.http.ssl.allowall=true \
-Dmaven.wagon.http.ssl.ignore.validity.dates=true \ -Dmaven.wagon.http.ssl.ignore.validity.dates=true \
-DaltDeploymentRepository=iqser_release::default::https://nexus.iqser.com/repository/red-platform-releases -DaltDeploymentRepository=iqser_release::default::https://nexus.knecon.com/repository/red-platform-releases
mvn --no-transfer-progress \ mvn --no-transfer-progress \
-f ${bamboo_build_working_directory}/$SERVICE_NAME-image-v1/pom.xml \ -f ${bamboo_build_working_directory}/$SERVICE_NAME-image-v1/pom.xml \

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>com.iqser.red</groupId> <groupId>com.knecon.fforesight</groupId>
<artifactId>platform-docker-dependency</artifactId> <artifactId>platform-docker-dependency</artifactId>
<version>1.2.0</version> <version>0.1.0</version>
<relativePath/> <relativePath/>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>com.pdftron</groupId> <groupId>com.pdftron</groupId>
<artifactId>PDFNet</artifactId> <artifactId>PDFNet</artifactId>
<version>9.5.0</version> <version>10.1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>