Skip to content

Commit

Permalink
#882 Create a shared project: Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtech-huyphamphu committed Sep 19, 2024
1 parent a64ba0b commit 556a71d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions common-library/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
8 changes: 3 additions & 5 deletions common-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
<parent>
<groupId>com.yas</groupId>
<artifactId>yas</artifactId>
<version>${revision}</version>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>common-library</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Common Library</name>
<version>${revision}</version>
<name>common library</name>
<description>YAS Common Library service</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<name>yas</name>

<modules>
<module>common-library</module>
<module>backoffice-bff</module>
<module>cart</module>
<module>common-library</module>
<module>customer</module>
<module>inventory</module>
<module>location</module>
Expand Down

0 comments on commit 556a71d

Please sign in to comment.