Skip to content

Commit

Permalink
commit changes to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ducmle committed May 29, 2022
1 parent 62f799d commit 493ff3e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-services</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
<version>1.0</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-services</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
<version>1.0</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-services</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
<version>1.0</version>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-services</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
<version>1.0</version>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/courseman/msa/modules/service1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-usecase1</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-modules</artifactId>
<version>1.0</version>
</parent>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jda.example</groupId>
<artifactId>jda-eg-courseman-coursemanmsa-services</artifactId>
<artifactId>jda-eg-courseman-coursemanmsa-service1</artifactId>
<version>1.0</version>
</parent>

Expand Down
6 changes: 6 additions & 0 deletions examples/courseman/msa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@
<version>1.2.3</version>
</dependency>

<dependency>
<groupId>jda.modules</groupId>
<artifactId>jda-mosar</artifactId>
<version>${jda.version}</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 493ff3e

Please sign in to comment.