|
16 | 16 | ~ limitations under the License. |
17 | 17 | --> |
18 | 18 |
|
19 | | -<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"> |
| 19 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
20 | 21 | <modelVersion>4.0.0</modelVersion> |
21 | 22 | <parent> |
22 | 23 | <groupId>org.apache</groupId> |
|
119 | 120 | <log4j.version>1.2.17</log4j.version> |
120 | 121 | <hadoop.version>1.0.4</hadoop.version> |
121 | 122 | <protobuf.version>2.4.1</protobuf.version> |
122 | | - <yarn.version>0.23.7</yarn.version> |
| 123 | + <yarn.version>${hadoop.version}</yarn.version> |
123 | 124 | <hbase.version>0.94.6</hbase.version> |
124 | 125 | <hive.version>0.12.0</hive.version> |
125 | 126 | <parquet.version>1.3.2</parquet.version> |
|
135 | 136 |
|
136 | 137 | <repositories> |
137 | 138 | <repository> |
138 | | - <id>maven-repo</id> <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution --> |
| 139 | + <id>maven-repo</id> |
| 140 | + <!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution --> |
139 | 141 | <name>Maven Repository</name> |
140 | 142 | <!-- HTTPS is unavailable for Maven Central --> |
141 | 143 | <url>http://repo.maven.apache.org/maven2</url> |
|
847 | 849 | <hadoop.version>0.23.7</hadoop.version> |
848 | 850 | <!--<hadoop.version>2.0.5-alpha</hadoop.version> --> |
849 | 851 | </properties> |
850 | | - <modules> |
851 | | - <module>yarn</module> |
852 | | - </modules> |
853 | 852 | <dependencies> |
854 | 853 | <dependency> |
855 | 854 | <groupId>org.apache.avro</groupId> |
856 | 855 | <artifactId>avro</artifactId> |
857 | 856 | </dependency> |
858 | 857 | </dependencies> |
| 858 | + <modules> |
| 859 | + <module>yarn</module> |
| 860 | + </modules> |
| 861 | + |
859 | 862 | </profile> |
860 | 863 |
|
861 | 864 | <!-- Ganglia integration is not included by default due to LGPL-licensed code --> |
|
0 commit comments