Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Maven
<dependency>
<groupId>net.osslabz</groupId>
<artifactId>paapi5-java-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
</dependency>
```

No modifications are made to the original classes, they are simply extracted and repackaged.

For now it also keeps the original dependency version (although they are severely outdated) because it's impossible to properly test such dependency upgrades.
For now it also keeps the original dependency version (although they are severely outdated) because it's impossible to properly test such dependency upgrades.
Binary file added lib/paapi5-java-sdk-1.2.4.jar
Binary file not shown.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osslabz</groupId>
<artifactId>paapi5-java-sdk</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.4-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>

Expand Down Expand Up @@ -148,9 +148,9 @@

<!-- Jackson XML Databind -->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.19.1</version>
<groupId>com.fasterxml</groupId>
<artifactId>jackson-xml-databind</artifactId>
<version>0.6.2</version>
</dependency>

<!-- JSON -->
Expand Down Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.4.5</version>
<version>1.3.5</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -321,7 +321,7 @@
<configuration>
<target>
<mkdir dir="${project.build.outputDirectory}" />
<unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}" />
<unzip src="lib/paapi5-java-sdk-1.2.4.jar" dest="${project.build.outputDirectory}" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -387,4 +387,4 @@
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
</project>