Skip to content

Commit

Permalink
Renamed order-service-web-api -> order-service-api-web
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 15, 2020
1 parent 5f684c6 commit 73ccd4a
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion end-to-end-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(":order-history-service-api-web")
compile project(":customer-service-api-web")
compile project(":order-service-web-api")
compile project(":order-service-api-web")

testCompile "io.eventuate.util:eventuate-util-test:$eventuateUtilVersion"
testCompile "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</dependency>
<dependency>
<groupId>io.eventuate.tram.examples.customers.and.orders</groupId>
<artifactId>order-service-web-api</artifactId>
<artifactId>order-service-api-web</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<version>0.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>order-service-web-api</artifactId>
<artifactId>order-service-api-web</artifactId>
<packaging>jar</packaging>
<name>order-service-web-api</name>
<name>order-service-api-web</name>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion order-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: ServicePlugin

dependencies {
compile project(":common-swagger")
compile project(":order-service-web-api")
compile project(":order-service-api-web")
compile project(":order-service-api-messaging")

compile project(":customer-service-api-messaging")
Expand Down
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<dependency>
<groupId>io.eventuate.tram.examples.customers.and.orders</groupId>
<artifactId>order-service-web-api</artifactId>
<artifactId>order-service-api-web</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<module>customer-service-api-web</module>
<module>customer-service-api-messaging</module>
<module>customer-service</module>
<module>order-service-web-api</module>
<module>order-service-api-web</module>
<module>order-service-api-messaging</module>
<module>order-service</module>
<module>order-history-service-api-web</module>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include 'customer-service-api-web'
include 'customer-service-api-messaging'
include 'customer-service'

include 'order-service-web-api'
include 'order-service-api-web'
include 'order-service-api-messaging'
include 'order-service'

Expand Down
4 changes: 2 additions & 2 deletions snapshot-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies {
compile project(":order-history-service-api-web")
compile project(":order-history-text-search-service-api-web")
compile project(":customer-service-api-web")
compile project(":order-service-web-api")
compile project(":order-service-web-api")
compile project(":order-service-api-web")
compile project(":order-service-api-web")
compile "io.eventuate.tram.view.support:eventuate-tram-view-support-rebuild:$eventuateTramViewVersion"

testCompile "io.eventuate.util:eventuate-util-test:$eventuateUtilVersion"
Expand Down

0 comments on commit 73ccd4a

Please sign in to comment.