-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
pom_jre8.xml
33 lines (33 loc) · 1.26 KB
/
pom_jre8.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>titanium</artifactId>
<version>1.4.1</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>titanium-json-ld-jre8</artifactId>
<packaging>jar</packaging>
<name>Titanium JSON-LD 1.1 (JRE8)</name>
<url>https://github.com/filip26/titanium-json-ld</url>
<scm>
<connection>scm:git:git://github.com/filip26/titanium-json-ld.git</connection>
<developerConnection>scm:git:git://github.com/filip26/titanium-json-ld.git</developerConnection>
<url>https://github.com/filip26/titanium-json-ld/tree/main</url>
</scm>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<envSources>src/main/android</envSources>
</properties>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>
</dependencies>
</project>