Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 4ad7cce

Browse files
committed
Trying out github's dependency graph feature
1 parent f82bc9f commit 4ad7cce

File tree

1 file changed

+90
-0
lines changed

1 file changed

+90
-0
lines changed

pom.xml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
This file was generated via Gradle and is being used primarily for github's Dependency Graph feature.
4+
It is not intended to be used to build this project.
5+
-->
6+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
7+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8+
<!-- This module was also published with a richer model, Gradle metadata, -->
9+
<!-- which should be used instead. Do not delete the following line which -->
10+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
11+
<!-- that they should prefer consuming it instead. -->
12+
<!-- do_not_remove: published-with-gradle-metadata -->
13+
<modelVersion>4.0.0</modelVersion>
14+
<groupId>com.marklogic</groupId>
15+
<artifactId>ml-javaclient-util</artifactId>
16+
<version>4.2.0</version>
17+
<name>com.marklogic:ml-javaclient-util</name>
18+
<description>Library that adds functionality on top of the MarkLogic Java Client</description>
19+
<url>https://github.com/marklogic-community/ml-javaclient-util</url>
20+
<licenses>
21+
<license>
22+
<name>The Apache License, Version 2.0</name>
23+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
24+
</license>
25+
</licenses>
26+
<developers>
27+
<developer>
28+
<id>marklogic</id>
29+
<name>MarkLogic Github Contributors</name>
30+
<email>[email protected]</email>
31+
<organization>MarkLogic</organization>
32+
<organizationUrl>https://www.marklogic.com</organizationUrl>
33+
</developer>
34+
</developers>
35+
<scm>
36+
<connection>scm:[email protected]:marklogic-community/ml-javaclient-util.git</connection>
37+
<developerConnection>scm:[email protected]:marklogic-community/ml-javaclient-util.git</developerConnection>
38+
<url>[email protected]:marklogic-community/ml-javaclient-util.git</url>
39+
</scm>
40+
<dependencies>
41+
<dependency>
42+
<groupId>com.marklogic</groupId>
43+
<artifactId>marklogic-client-api</artifactId>
44+
<version>5.4.0</version>
45+
<scope>compile</scope>
46+
<exclusions>
47+
<exclusion>
48+
<artifactId>okhttp-digest</artifactId>
49+
<groupId>*</groupId>
50+
</exclusion>
51+
</exclusions>
52+
</dependency>
53+
<dependency>
54+
<groupId>com.marklogic</groupId>
55+
<artifactId>marklogic-xcc</artifactId>
56+
<version>10.0.6.2</version>
57+
<scope>compile</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>org.springframework</groupId>
61+
<artifactId>spring-context</artifactId>
62+
<version>5.3.7</version>
63+
<scope>compile</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>io.github.rburgst</groupId>
67+
<artifactId>okhttp-digest</artifactId>
68+
<version>2.5</version>
69+
<scope>runtime</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>org.jdom</groupId>
73+
<artifactId>jdom2</artifactId>
74+
<version>2.0.6</version>
75+
<scope>runtime</scope>
76+
</dependency>
77+
<dependency>
78+
<groupId>com.fasterxml.jackson.core</groupId>
79+
<artifactId>jackson-databind</artifactId>
80+
<version>2.11.1</version>
81+
<scope>runtime</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>org.slf4j</groupId>
85+
<artifactId>slf4j-api</artifactId>
86+
<version>1.7.30</version>
87+
<scope>runtime</scope>
88+
</dependency>
89+
</dependencies>
90+
</project>

0 commit comments

Comments
 (0)