Skip to content

Commit

Permalink
JAMES-2496 don't use project.groupId for dep mgnt as it's resolved in…
Browse files Browse the repository at this point in the history
… children pom
  • Loading branch information
mbaechler authored and chibenwa committed Jul 25, 2018
1 parent 69b5732 commit 44583eb
Show file tree
Hide file tree
Showing 172 changed files with 1,380 additions and 1,527 deletions.
8 changes: 4 additions & 4 deletions backends-common/cassandra/pom.xml
Expand Up @@ -36,19 +36,19 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-lifecycle-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-task</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
<type>test-jar</type>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions backends-common/elasticsearch/pom.xml
Expand Up @@ -29,11 +29,11 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
6 changes: 3 additions & 3 deletions core/pom.xml
Expand Up @@ -32,18 +32,18 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>javax-mail-extension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>javax-mail-extension</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions event-sourcing/event-sourcing-core/pom.xml
Expand Up @@ -33,15 +33,15 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-event-store-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions event-sourcing/event-store-api/pom.xml
Expand Up @@ -33,11 +33,11 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
14 changes: 7 additions & 7 deletions event-sourcing/event-store-cassandra/pom.xml
Expand Up @@ -33,38 +33,38 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-cassandra</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-cassandra</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-event-store-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-event-store-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 5 additions & 5 deletions event-sourcing/event-store-memory/pom.xml
Expand Up @@ -33,28 +33,28 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-event-store-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-event-store-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>event-sourcing-pojo</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-mailets/pom.xml
Expand Up @@ -11,11 +11,11 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-mailet-base</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util</artifactId>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions mailbox/api/pom.xml
Expand Up @@ -33,20 +33,20 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-mime4j-dom</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions mailbox/backup/pom.xml
Expand Up @@ -34,21 +34,21 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-testing</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mailbox/caching/pom.xml
Expand Up @@ -33,11 +33,11 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
</dependency>
<dependency>
Expand Down
24 changes: 12 additions & 12 deletions mailbox/cassandra/pom.xml
Expand Up @@ -33,61 +33,61 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-cassandra</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-cassandra</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>blob-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>blob-cassandra</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-data-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-task</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>javax-mail-extension</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
22 changes: 11 additions & 11 deletions mailbox/elasticsearch/pom.xml
Expand Up @@ -33,59 +33,59 @@

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-es</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-backends-es</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-memory</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-store</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-tika</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>apache-james-mailbox-tika</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<groupId>${james.groupId}</groupId>
<artifactId>james-server-util-java8</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit 44583eb

Please sign in to comment.