This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpom.xml
202 lines (187 loc) · 6.81 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?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">
<parent>
<artifactId>integration-parent</artifactId>
<groupId>org.symphonyoss.symphony.integrations</groupId>
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>integration-zapier</artifactId>
<properties>
<!-- This is temporary; set to true as soon as the WhiteSource dashboard is clean -->
<whitesource.checkPolicies>false</whitesource.checkPolicies>
<webapp.directory>zapier</webapp.directory>
<rpm.name>zapier-symphony-integration</rpm.name>
</properties>
<description>Zapier WebHook Integration</description>
<url>https://github.com/symphonyoss/App-Integrations-Zapier</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>org.symphonyoss.symphony.integrations</groupId>
<artifactId>integration-webhook</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>symphony</id>
<name>plugins-release</name>
<url>https://repo.symphony.com/artifactory/plugins-release</url>
</pluginRepository>
<pluginRepository>
<snapshots/>
<id>snapshots</id>
<name>plugins-snapshot</name>
<url>https://repo.symphony.com/artifactory/plugins-snapshot</url>
</pluginRepository>
</pluginRepositories>
<developers>
<developer>
<id>cmarcondes</id>
<name>Caue Marcondes</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>Senior Software Engineer</role>
</roles>
<timezone>America/Sao_Paulo</timezone>
</developer>
<developer>
<id>ecarrenho</id>
<name>Evandro Carrenho</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>Software Architect</role>
</roles>
<timezone>America/Sao_Paulo</timezone>
</developer>
<developer>
<id>mquilzini</id>
<name>Milton Gonçalves Quilzini</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>Senior Software Engineer</role>
</roles>
<timezone>America/Sao_Paulo</timezone>
</developer>
<developer>
<id>pdarde</id>
<name>Pablo Darde</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>Senior Software Engineer</role>
</roles>
<timezone>America/Sao_Paulo</timezone>
</developer>
<developer>
<id>rsanchez</id>
<name>Robson Vinicius Vieira Sanchez</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>Senior Software Engineer</role>
</roles>
<timezone>America/Sao_Paulo</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Adrian Zarifis</name>
<email>[email protected]</email>
<organization>Symphony</organization>
<roles>
<role>QA Engineer</role>
</roles>
</contributor>
<contributor>
<name>Daniel Nathanson</name>
<email>[email protected]</email>
<organization>Symphony</organization>
<roles>
<role>Senior Director Platform Engineering</role>
</roles>
</contributor>
<contributor>
<name>Eduardo Camargo</name>
<email>[email protected]</email>
<organization>Daitan</organization>
<roles>
<role>QA Engineer</role>
</roles>
</contributor>
<contributor>
<name>Paul Teyssier</name>
<email>[email protected]</email>
<organization>Symphony</organization>
<roles>
<role>Senior Director Platform</role>
</roles>
</contributor>
<contributor>
<name>Vincent Gurle</name>
<email>[email protected]</email>
<organization>Symphony</organization>
<roles>
<role>Product Manager Platform</role>
</roles>
</contributor>
</contributors>
<scm>
<connection>scm:git:[email protected]:symphonyoss/App-Integrations-Zapier.git</connection>
<developerConnection>scm:git:[email protected]:symphonyoss/App-Integrations-Zapier.git</developerConnection>
<url>https://github.com/symphonyoss/App-Integrations-Zapier</url>
</scm>
<profiles>
<profile>
<id>Artifactory</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>symphonyArtifactory</name>
<value>true</value>
</property>
</activation>
<repositories>
<repository>
<id>symphony</id>
<name>symphony releases</name>
<url>https://repo.symphony.com/artifactory/libs-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots</id>
<url>https://repo.symphony.com/artifactory/libs-snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</profile>
</profiles>
</project>