forked from apache/ranger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
226 lines (226 loc) · 8.9 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<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>
<groupId>com.hortonworks.hadoop.security</groupId>
<artifactId>argus</artifactId>
<version>0.1.0</version>
<description>Security for Enforcing Enterprise Policies</description>
<packaging>pom</packaging>
<name>argus</name>
<prerequisites>
<maven>2.2.1</maven>
</prerequisites>
<modules>
<module>agents-audit</module>
<module>agents-common</module>
<module>agents-cred</module>
<module>agents-impl</module>
<module>agents-installer</module>
<module>credentialbuilder</module>
<module>embededwebserver</module>
<module>hbase-agent</module>
<module>hdfs-agent</module>
<module>hive-agent</module>
<module>knox-agent</module>
<module>lookup-client</module>
<module>security-admin</module>
<module>ugsync</module>
<module>unixauthclient</module>
<!--
<module>unixauthnative</module>
-->
<module>unixauthservice</module>
<!--
<module>winpkg</module>
-->
</modules>
<properties>
<antlr.version>3.5.2</antlr.version>
<aopalliance.version>1.0</aopalliance.version>
<asm.version>3.1</asm.version>
<c3p0.version>0.9.1.2</c3p0.version>
<cglib.version>2.2.0-b23</cglib.version>
<codehaus.jackson.version>1.8.1</codehaus.jackson.version>
<commons.beanutils.collections.version>1.8.3</commons.beanutils.collections.version>
<commons.beanutils.core.version>1.8.3</commons.beanutils.core.version>
<commons.cli.version>1.2</commons.cli.version>
<commons.codec.version>1.9</commons.codec.version>
<commons.collections.version>3.2.1</commons.collections.version>
<commons.compress.version>1.8.1</commons.compress.version>
<commons.configuration.version>1.10</commons.configuration.version>
<commons.dbcp.version>1.4</commons.dbcp.version>
<commons.digester.version>2.1</commons.digester.version>
<commons.httpclient.version>3.1</commons.httpclient.version>
<commons.io.version>2.4</commons.io.version>
<commons.lang.version>2.6</commons.lang.version>
<commons.logging.version>1.2</commons.logging.version>
<commons.math.version>2.2</commons.math.version>
<commons.net.version>3.3</commons.net.version>
<commons.pool.version>1.6</commons.pool.version>
<eclipse.jpa.version>2.5.2-M1</eclipse.jpa.version>
<googlecode.log4jdbc.version>1.2</googlecode.log4jdbc.version>
<google.guava.version>17.0</google.guava.version>
<gson.version>2.2.4</gson.version>
<guava.version>11.0.2</guava.version>
<hadoop-auth.version>3.0.0-SNAPSHOT</hadoop-auth.version>
<hadoop-common.version>3.0.0-SNAPSHOT</hadoop-common.version>
<hadoop.version>3.0.0-SNAPSHOT</hadoop.version>
<hamcrest.all.version>1.3</hamcrest.all.version>
<hbase.version>0.98.4-hadoop2</hbase.version>
<hive.version>0.13.0</hive.version>
<javassist.version>3.12.1.GA</javassist.version>
<javax.persistence.version>2.1.0</javax.persistence.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<jericho.html.version>3.3</jericho.html.version>
<jersey-bundle.version>1.17.1</jersey-bundle.version>
<junit.version>4.11</junit.version>
<knox.gateway.version>0.5.0-SNAPSHOT</knox.gateway.version>
<local.lib.dir>${project.basedir}/../lib/local</local.lib.dir>
<log4j.version>1.2.17</log4j.version>
<mysql-connector-java.version>5.1.31</mysql-connector-java.version>
<owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<security-agent-install-dir>hadoop-security/agents</security-agent-install-dir>
<slf4j-api.version>1.7.5</slf4j-api.version>
<!--
<springframework.spring.version>2.5.6</springframework.spring.version>
-->
<springframework.spring.version>3.1.3.RELEASE</springframework.spring.version>
<springframework.security.version>3.1.3.RELEASE</springframework.security.version>
<springframework.test.version>3.1.3.RELEASE</springframework.test.version>
<springframework.version>3.1.3.RELEASE</springframework.version>
<spring-ldap-core.version>1.3.1.RELEASE</spring-ldap-core.version>
<sun.jersey.bundle.version>1.4</sun.jersey.bundle.version>
<sun.jersey.core.version>1.4</sun.jersey.core.version>
<sun.jersey.spring.version>1.4</sun.jersey.spring.version>
<tomcat.commons.el.version>5.5.23</tomcat.commons.el.version>
<tomcat.embed.version>7.0.55</tomcat.embed.version>
<velocity.version>1.7</velocity.version>
<distMgmtStagingId>apache.staging.https</distMgmtStagingId>
<distMgmtStagingName>Apache Release Distribution Repository</distMgmtStagingName>
<distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>
</properties>
<distributionManagement>
<repository>
<id>${distMgmtStagingId}</id>
<name>${distMgmtStagingName}</name>
<url>${distMgmtStagingUrl}</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>apache.snapshots.https</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache.public.https</id>
<name>Apache Development Snapshot Repository</name>
<url>https://repository.apache.org/content/repositories/public</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>process-resources</phase>
<configuration>
<tasks>
<echo message="${project.version}" file="${project.build.directory}/version" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>maven-replacer-plugin</artifactId>
<version>1.4.0</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<file>${project.basedir}/templates/version</file>
<ignoreMissingFile>true</ignoreMissingFile>
<outputFile>${project.build.outputDirectory}/version</outputFile>
<replacements>
<replacement>
<token>@build.version@</token>
<value>${project.version}</value>
</replacement>
</replacements>
</configuration>
</plugin>
-->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/hdfs-agent.xml</descriptor>
<descriptor>src/main/assembly/hive-agent.xml</descriptor>
<descriptor>src/main/assembly/hbase-agent.xml</descriptor>
<descriptor>src/main/assembly/knox-agent.xml</descriptor>
<descriptor>src/main/assembly/admin-web.xml</descriptor>
<descriptor>src/main/assembly/usersync.xml</descriptor>
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
<version>2.1-alpha-4</version>
</plugin>
-->
</plugins>
</pluginManagement>
</build>
</project>