|
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> |
|
855 | 857 | <hadoop.version>0.23.7</hadoop.version> |
856 | 858 | <!--<hadoop.version>2.0.5-alpha</hadoop.version> --> |
857 | 859 | </properties> |
858 | | - <modules> |
859 | | - <module>yarn</module> |
860 | | - </modules> |
861 | 860 | <dependencies> |
862 | 861 | <dependency> |
863 | 862 | <groupId>org.apache.avro</groupId> |
864 | 863 | <artifactId>avro</artifactId> |
865 | 864 | </dependency> |
866 | 865 | </dependencies> |
| 866 | + <modules> |
| 867 | + <module>yarn</module> |
| 868 | + </modules> |
| 869 | + |
867 | 870 | </profile> |
868 | 871 |
|
869 | 872 | <!-- Ganglia integration is not included by default due to LGPL-licensed code --> |
|
0 commit comments