-
Notifications
You must be signed in to change notification settings - Fork 2
/
pom.xml
56 lines (49 loc) · 1.76 KB
/
pom.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>lutece-global-pom</artifactId>
<groupId>fr.paris.lutece.tools</groupId>
<version>6.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>library-identitybusiness</artifactId>
<packaging>jar</packaging>
<version>3.1.10-SNAPSHOT</version>
<name>Lutece identity business library</name>
<properties>
<componentName>GRU Library Identity business</componentName>
<jiraProjectName>LIBIDSBUS</jiraProjectName>
<jiraComponentId>13451</jiraComponentId>
</properties>
<repositories>
<repository>
<id>lutece</id>
<name>luteceRepository</name>
<url>https://dev.lutece.paris.fr/maven_repository</url>
<layout>default</layout>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.3</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.9</version>
</dependency>
</dependencies>
<scm>
<connection>scm:git:https://github.com/lutece-secteur-public/gru-library-identitybusiness.git</connection>
<developerConnection>scm:git:https://github.com/lutece-secteur-public/gru-library-identitybusiness.git</developerConnection>
<url>https://github.com/lutece-secteur-public/gru-library-identitybusiness.git</url>
<tag>HEAD</tag>
</scm>
</project>