|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | + <!-- This module was also published with a richer model, Gradle metadata, --> |
| 5 | + <!-- which should be used instead. Do not delete the following line which --> |
| 6 | + <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> |
| 7 | + <!-- that they should prefer consuming it instead. --> |
| 8 | + <!-- do_not_remove: published-with-gradle-metadata --> |
| 9 | + <modelVersion>4.0.0</modelVersion> |
| 10 | + <groupId>com.adscore</groupId> |
| 11 | + <artifactId>java-common</artifactId> |
| 12 | + <version>1.0.0</version> |
| 13 | + <name>java-common</name> |
| 14 | + <description>This library provides various utilities for parsing [Adscore](https://adscore.com) signatures v4 and v5, and virtually anything that might be useful for customers doing server-side integration with the service.</description> |
| 15 | + <url>https://github.com/Adscore/java-common</url> |
| 16 | + <licenses> |
| 17 | + <license> |
| 18 | + <name>MIT License</name> |
| 19 | + <url>https://raw.githubusercontent.com/Adscore/java-common/refs/heads/master/LICENSE.md</url> |
| 20 | + </license> |
| 21 | + </licenses> |
| 22 | + <developers> |
| 23 | + <developer> |
| 24 | + <id>aparzych</id> |
| 25 | + <name>Adrian Parzych</name> |
| 26 | + <email>adrian.parzych@iterative.pl</email> |
| 27 | + </developer> |
| 28 | + <developer> |
| 29 | + <id>kgasior</id> |
| 30 | + <name>Krzysztof Gąsior</name> |
| 31 | + <email>krzysztof.gasior@iterative.pl</email> |
| 32 | + </developer> |
| 33 | + </developers> |
| 34 | + <scm> |
| 35 | + <connection>scm:git:git://github.com:Adscore/java-common.git</connection> |
| 36 | + <developerConnection>scm:git:ssh://github.com:Adscore/java-common.git</developerConnection> |
| 37 | + <url>https://github.com/Adscore/java-common</url> |
| 38 | + </scm> |
| 39 | + <dependencies> |
| 40 | + <dependency> |
| 41 | + <groupId>org.abstractj.kalium</groupId> |
| 42 | + <artifactId>kalium</artifactId> |
| 43 | + <version>0.8.0</version> |
| 44 | + <scope>runtime</scope> |
| 45 | + </dependency> |
| 46 | + <dependency> |
| 47 | + <groupId>com.marcospassos</groupId> |
| 48 | + <artifactId>phpserializer</artifactId> |
| 49 | + <version>0.8.0</version> |
| 50 | + <scope>runtime</scope> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 54 | + <artifactId>jackson-databind</artifactId> |
| 55 | + <version>2.17.1</version> |
| 56 | + <scope>runtime</scope> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>org.msgpack</groupId> |
| 60 | + <artifactId>msgpack-core</artifactId> |
| 61 | + <version>0.9.8</version> |
| 62 | + <scope>runtime</scope> |
| 63 | + </dependency> |
| 64 | + <dependency> |
| 65 | + <groupId>com.github.seancfoley</groupId> |
| 66 | + <artifactId>ipaddress</artifactId> |
| 67 | + <version>5.5.0</version> |
| 68 | + <scope>runtime</scope> |
| 69 | + </dependency> |
| 70 | + </dependencies> |
| 71 | +</project> |
0 commit comments