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

Commit e33be13

Browse files
committed
Trying out github's dependency graph feature
1 parent 85bf0e3 commit e33be13

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed

pom.xml

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
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-app-deployer</artifactId>
16+
<version>4.2.1</version>
17+
<name>com.marklogic:ml-app-deployer</name>
18+
<description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description>
19+
<url>https://github.com/marklogic-community/ml-app-deployer</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-app-deployer.git</connection>
37+
<developerConnection>scm:[email protected]:marklogic-community/ml-app-deployer.git</developerConnection>
38+
<url>[email protected]:marklogic-community/ml-app-deployer.git</url>
39+
</scm>
40+
<dependencies>
41+
<dependency>
42+
<groupId>com.marklogic</groupId>
43+
<artifactId>ml-javaclient-util</artifactId>
44+
<version>4.2.0</version>
45+
<scope>compile</scope>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.springframework</groupId>
49+
<artifactId>spring-web</artifactId>
50+
<version>5.3.7</version>
51+
<scope>compile</scope>
52+
</dependency>
53+
<dependency>
54+
<groupId>jaxen</groupId>
55+
<artifactId>jaxen</artifactId>
56+
<version>1.2.0</version>
57+
<scope>runtime</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>org.apache.httpcomponents</groupId>
61+
<artifactId>httpclient</artifactId>
62+
<version>4.5.13</version>
63+
<scope>runtime</scope>
64+
</dependency>
65+
<dependency>
66+
<groupId>org.jdom</groupId>
67+
<artifactId>jdom2</artifactId>
68+
<version>2.0.6</version>
69+
<scope>runtime</scope>
70+
</dependency>
71+
<dependency>
72+
<groupId>commons-codec</groupId>
73+
<artifactId>commons-codec</artifactId>
74+
<version>1.13</version>
75+
<scope>runtime</scope>
76+
</dependency>
77+
<dependency>
78+
<groupId>org.apache.commons</groupId>
79+
<artifactId>commons-lang3</artifactId>
80+
<version>3.12.0</version>
81+
<scope>runtime</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>com.flipkart.zjsonpatch</groupId>
85+
<artifactId>zjsonpatch</artifactId>
86+
<version>0.4.11</version>
87+
<scope>runtime</scope>
88+
</dependency>
89+
<dependency>
90+
<groupId>javax.xml.bind</groupId>
91+
<artifactId>jaxb-api</artifactId>
92+
<version>2.3.1</version>
93+
<scope>runtime</scope>
94+
</dependency>
95+
<dependency>
96+
<groupId>com.sun.xml.bind</groupId>
97+
<artifactId>jaxb-core</artifactId>
98+
<version>2.3.0.1</version>
99+
<scope>runtime</scope>
100+
</dependency>
101+
<dependency>
102+
<groupId>com.sun.xml.bind</groupId>
103+
<artifactId>jaxb-impl</artifactId>
104+
<version>2.3.3</version>
105+
<scope>runtime</scope>
106+
</dependency>
107+
</dependencies>
108+
</project>

0 commit comments

Comments
 (0)