2022-07-08 11:33:45 +02:00
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.1edtech</groupId>
|
|
|
|
<artifactId>inspector</artifactId>
|
2022-10-20 13:45:50 +02:00
|
|
|
<version>0.9.6</version>
|
2022-07-08 11:33:45 +02:00
|
|
|
</parent>
|
|
|
|
<artifactId>inspector-vc</artifactId>
|
|
|
|
<dependencies>
|
2022-06-20 14:51:37 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.1edtech</groupId>
|
2022-07-08 11:33:45 +02:00
|
|
|
<artifactId>inspector-core</artifactId>
|
2022-09-09 09:13:13 +02:00
|
|
|
</dependency>
|
2022-06-24 21:16:28 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.auth0</groupId>
|
|
|
|
<artifactId>auth0</artifactId>
|
2022-07-18 21:34:23 +02:00
|
|
|
<version>1.42.0</version>
|
2022-06-24 21:16:28 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.auth0</groupId>
|
|
|
|
<artifactId>jwks-rsa</artifactId>
|
2022-07-18 21:34:23 +02:00
|
|
|
<version>0.21.1</version>
|
2022-06-24 21:16:28 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.auth0</groupId>
|
|
|
|
<artifactId>java-jwt</artifactId>
|
2022-07-18 21:34:23 +02:00
|
|
|
<version>3.19.2</version>
|
2022-06-24 21:16:28 +02:00
|
|
|
</dependency>
|
2022-09-09 09:13:13 +02:00
|
|
|
|
|
|
|
<!-- https://repo.danubetech.com/#browse/browse:maven-public:com%2Fdanubetech%2Fverifiable-credentials-java%2F1.1-SNAPSHOT%2F1.1-20220818.090353-4 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.danubetech</groupId>
|
|
|
|
<artifactId>verifiable-credentials-java</artifactId>
|
|
|
|
<!-- <version>1.1-20220818.090353-4</version> -->
|
|
|
|
<version>1.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://repo.danubetech.com/#browse/browse:maven-public:com%2Fdanubetech%2Fkey-formats-java%2F1.6-SNAPSHOT -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.danubetech</groupId>
|
|
|
|
<artifactId>key-formats-java</artifactId>
|
2022-09-09 19:34:02 +02:00
|
|
|
<version>1.6-SNAPSHOT</version>
|
2022-09-09 09:13:13 +02:00
|
|
|
</dependency>
|
|
|
|
|
2022-07-08 12:25:47 +02:00
|
|
|
<!-- https://github.com/filip26/iron-verifiable-credentials -->
|
2022-06-24 21:16:28 +02:00
|
|
|
<dependency>
|
2022-07-08 11:33:45 +02:00
|
|
|
<groupId>com.apicatalog</groupId>
|
|
|
|
<artifactId>iron-verifiable-credentials-jre8</artifactId>
|
|
|
|
<version>0.7.0</version>
|
2022-07-06 15:26:26 +02:00
|
|
|
</dependency>
|
2022-09-09 09:13:13 +02:00
|
|
|
<!-- https://mvnrepository.com/artifact/com.apicatalog/titanium-json-ld -->
|
|
|
|
<!-- https://github.com/filip26/titanium-json-ld -->
|
2022-06-29 23:00:37 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.apicatalog</groupId>
|
|
|
|
<artifactId>titanium-json-ld</artifactId>
|
|
|
|
<version>1.3.1</version>
|
|
|
|
</dependency>
|
2022-07-08 16:51:18 +02:00
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>4.5.13</version>
|
|
|
|
</dependency>
|
2022-06-29 23:00:37 +02:00
|
|
|
<!-- https://mvnrepository.com/artifact/io.setl/rdf-urdna -->
|
2022-09-09 09:13:13 +02:00
|
|
|
<!-- https://github.com/setl/rdf-urdna <dependency> <groupId>io.setl</groupId>
|
|
|
|
<artifactId>rdf-urdna</artifactId> <version>1.1</version> <exclusions> <exclusion>
|
|
|
|
<groupId>junit</groupId> <artifactId>junit</artifactId> </exclusion> <exclusion>
|
|
|
|
<groupId>com.apicatalog</groupId> <artifactId>titanium-json-ld</artifactId>
|
|
|
|
</exclusion> </exclusions> </dependency> -->
|
2022-06-29 23:00:37 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish</groupId>
|
|
|
|
<artifactId>jakarta.json</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
2022-06-20 14:51:37 +02:00
|
|
|
</dependencies>
|
2022-09-09 09:13:13 +02:00
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>danubetech-maven-public</id>
|
|
|
|
<url>https://repo.danubetech.com/repository/maven-public/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
2022-06-20 14:51:37 +02:00
|
|
|
</project>
|