Skip to content

Commit

Permalink
Revert "Release preparation, removing dependencies explicitly specified"
Browse files Browse the repository at this point in the history
This reverts commit faa47fa.
  • Loading branch information
conalsmith49 committed Jan 26, 2017
1 parent faa47fa commit 479bf51
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 38 deletions.
8 changes: 4 additions & 4 deletions standard-worker-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-cs</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions util-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand Down
1 change: 1 addition & 0 deletions worker-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand Down
1 change: 1 addition & 0 deletions worker-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-archetype</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<parent>
Expand Down
3 changes: 2 additions & 1 deletion worker-caf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,7 +33,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down
1 change: 1 addition & 0 deletions worker-configs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-configs</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand Down
7 changes: 4 additions & 3 deletions worker-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -36,7 +37,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.cipher</groupId>
Expand All @@ -61,7 +62,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand All @@ -81,7 +82,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
1 change: 1 addition & 0 deletions worker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Builds Worker-Example projects together from a handy top level project.</description>

Expand Down
3 changes: 2 additions & 1 deletion worker-example/worker-example-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-container</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -72,7 +73,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
5 changes: 3 additions & 2 deletions worker-example/worker-example-message-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

<groupId>com.github.workerframework.messagebuilder</groupId>
<artifactId>worker-example-message-builder</artifactId>

<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-aggregator</artifactId>
Expand All @@ -38,7 +39,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.hpe.caf.messagebuilder</groupId>
Expand Down
1 change: 1 addition & 0 deletions worker-example/worker-example-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand Down
5 changes: 3 additions & 2 deletions worker-example/worker-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-example</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -39,7 +40,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>${project.version}</version>
<version>1.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -50,7 +51,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-example-shared</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
Expand Down
23 changes: 12 additions & 11 deletions worker-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-framework</artifactId>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -34,12 +35,12 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-configs</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.hpe.caf</groupId>
Expand All @@ -54,33 +55,33 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>standard-worker-container</artifactId>
<type>pom</type>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-caf</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-cs</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
Expand All @@ -91,17 +92,17 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-fs</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-integration</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-util</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
7 changes: 4 additions & 3 deletions worker-queue-rabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-queue-rabbit</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,7 +33,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -41,12 +42,12 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-configs</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
3 changes: 2 additions & 1 deletion worker-store-cs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-cs</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,7 +33,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
Expand Down
3 changes: 2 additions & 1 deletion worker-store-fs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-fs</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,7 +33,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
3 changes: 2 additions & 1 deletion worker-store-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-store-s3</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,7 +33,7 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.cafapi.util</groupId>
Expand Down
9 changes: 5 additions & 4 deletions worker-testing-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-integration</artifactId>
<version>1.4.0-SNAPSHOT</version>

<parent>
<groupId>com.github.workerframework</groupId>
Expand All @@ -32,22 +33,22 @@
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-api</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>util-rabbitmq</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-core</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.workerframework</groupId>
<artifactId>worker-testing-util</artifactId>
<version>${parent.version}</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
Loading

0 comments on commit 479bf51

Please sign in to comment.