|
@@ -12,96 +12,92 @@
|
|
|
See the License for the specific language governing permissions and
|
|
|
limitations under the License. See accompanying LICENSE file.
|
|
|
-->
|
|
|
-<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>
|
|
|
+<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>
|
|
|
<groupId>org.apache.ambari</groupId>
|
|
|
- <artifactId>ambari-api</artifactId>
|
|
|
- <packaging>jar</packaging>
|
|
|
- <name>Ambari API</name>
|
|
|
+ <artifactId>ambari-project</artifactId>
|
|
|
<version>1.0.3-SNAPSHOT</version>
|
|
|
- <description>Ambari API</description>
|
|
|
- <profiles>
|
|
|
+ <relativePath>../ambari-project</relativePath>
|
|
|
+ </parent>
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <groupId>org.apache.ambari</groupId>
|
|
|
+ <artifactId>ambari-api</artifactId>
|
|
|
+ <packaging>jar</packaging>
|
|
|
+ <name>Ambari API</name>
|
|
|
+ <version>1.0.3-SNAPSHOT</version>
|
|
|
+ <description>Ambari API</description>
|
|
|
+ <profiles>
|
|
|
</profiles>
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
- <artifactId>jackson-mapper-asl</artifactId>
|
|
|
- <version>1.9.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- <version>4.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.xerial</groupId>
|
|
|
- <artifactId>sqlite-jdbc</artifactId>
|
|
|
- <version>3.7.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.easymock</groupId>
|
|
|
- <artifactId>easymock</artifactId>
|
|
|
- <version>3.1</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.objenesis</groupId>
|
|
|
- <artifactId>objenesis-tck</artifactId>
|
|
|
- <version>1.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cglib</groupId>
|
|
|
- <artifactId>cglib</artifactId>
|
|
|
- <version>2.2.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
- <artifactId>jackson-core-asl</artifactId>
|
|
|
- <version>1.9.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
- <artifactId>jackson-jaxrs</artifactId>
|
|
|
- <version>1.9.2</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.codehaus.jackson</groupId>
|
|
|
- <artifactId>jackson-xc</artifactId>
|
|
|
- <version>1.9.7</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>asm</groupId>
|
|
|
- <artifactId>asm</artifactId>
|
|
|
- <version>3.3.1</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.jersey</groupId>
|
|
|
- <artifactId>jersey-bundle</artifactId>
|
|
|
- <version>1.10-b01</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.jersey</groupId>
|
|
|
- <artifactId>jersey-core</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.jersey</groupId>
|
|
|
- <artifactId>jersey-grizzly</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.jersey.contribs</groupId>
|
|
|
- <artifactId>jersey-multipart</artifactId>
|
|
|
- <version>1.10</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.sun.grizzly</groupId>
|
|
|
- <artifactId>grizzly-comet-webserver</artifactId>
|
|
|
- <version>1.9.36</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.jackson</groupId>
|
|
|
+ <artifactId>jackson-mapper-asl</artifactId>
|
|
|
+ <version>1.9.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.xerial</groupId>
|
|
|
+ <artifactId>sqlite-jdbc</artifactId>
|
|
|
+ <version>3.7.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.easymock</groupId>
|
|
|
+ <artifactId>easymock</artifactId>
|
|
|
+ <version>3.1</version>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.objenesis</groupId>
|
|
|
+ <artifactId>objenesis-tck</artifactId>
|
|
|
+ <version>1.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cglib</groupId>
|
|
|
+ <artifactId>cglib</artifactId>
|
|
|
+ <version>2.2.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.jackson</groupId>
|
|
|
+ <artifactId>jackson-core-asl</artifactId>
|
|
|
+ <version>1.9.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.jackson</groupId>
|
|
|
+ <artifactId>jackson-jaxrs</artifactId>
|
|
|
+ <version>1.9.2</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.codehaus.jackson</groupId>
|
|
|
+ <artifactId>jackson-xc</artifactId>
|
|
|
+ <version>1.9.7</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>asm</groupId>
|
|
|
+ <artifactId>asm</artifactId>
|
|
|
+ <version>3.3.1</version>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-bundle</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-core</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.jersey</groupId>
|
|
|
+ <artifactId>jersey-grizzly</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.jersey.contribs</groupId>
|
|
|
+ <artifactId>jersey-multipart</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.sun.grizzly</groupId>
|
|
|
+ <artifactId>grizzly-comet-webserver</artifactId>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|