Skip to content

Commit

Permalink
[FLINK-1984] Mesos ResourceManager - T1 milestone (4)
Browse files Browse the repository at this point in the history
- adjust pom.xml per feedback
  • Loading branch information
wrighe3 authored and mxm committed Aug 29, 2016
1 parent 59eeea4 commit 38a9534
Showing 1 changed file with 22 additions and 43 deletions.
65 changes: 22 additions & 43 deletions flink-mesos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime_2.10</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>hadoop-core</artifactId>
<groupId>org.apache.hadoop</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -62,13 +56,10 @@ under the License.

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils_2.10</artifactId>
<artifactId>flink-shaded-curator-recipes</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>


<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_${scala.binary.version}</artifactId>
Expand All @@ -84,39 +75,6 @@ under the License.
<artifactId>akka-slf4j_${scala.binary.version}</artifactId>
</dependency>

<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
</dependency>

<!--<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-camel_${scala.binary.version}</artifactId>
</dependency>-->

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>${curator.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-curator-recipes</artifactId>
<version>${project.version}</version>
</dependency>

<!-- ===================================================
Dependencies for Mesos
=================================================== -->

<dependency>
<groupId>org.apache.mesos</groupId>
<artifactId>mesos</artifactId>
Expand All @@ -143,6 +101,19 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>${curator.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime_2.10</artifactId>
Expand All @@ -151,6 +122,14 @@ under the License.
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils_2.10</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 38a9534

Please sign in to comment.