Skip to content

Commit

Permalink
[MODORDERS-985] - Add internal note and external note in Piece schema (
Browse files Browse the repository at this point in the history
…#812)

* [MODORDERS-985] - Add internal note and external note in Piece schema

* [MODORDERS-985] - Updated pom.xml

* [MODORDERS-985] - Updated pom.xml

* [MODORDERS-985] - Updated pom.xml
  • Loading branch information
azizbekxm authored Jan 3, 2024
1 parent 7044ebb commit 38d23a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</licenses>

<properties>

<!--Configurations-->
<module_name>mod-orders</module_name>
<http.port>8081</http.port>
Expand All @@ -55,12 +56,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!--Dependencies-->
<!--Dependency Management Properties-->
<vertx.version>4.4.5</vertx.version>
<jackson-bom.version>2.13.4</jackson-bom.version>
<log4j.version>2.20.0</log4j.version>
<testcontainers-bom.version>1.19.1</testcontainers-bom.version>

<!--Dependency Properties-->
<mod-configuration-client.version>5.9.1</mod-configuration-client.version>
<folio-di-support.version>2.0.1</folio-di-support.version>
<spring.version>6.0.2</spring.version>
<vertx.version>4.4.5</vertx.version>
<log4j.version>2.20.0</log4j.version>
<aspectj.version>1.9.20.1</aspectj.version>
<rest-assured.version>5.3.2</rest-assured.version>
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
Expand All @@ -79,14 +84,14 @@

<!--Test dependencies-->
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<testcontainers-bom.version>1.19.1</testcontainers-bom.version>
<junit-bom.version>5.10.0</junit-bom.version>
<jmockit.version>1.49</jmockit.version>

<!--Sonar exclusion-->
<sonar.exclusions>**/models/**.java,**/unopen/**.java</sonar.exclusions>
<sonar.test.exclusions>**/*Test.java</sonar.test.exclusions>
<argLine />

</properties>

<repositories>
Expand Down Expand Up @@ -127,7 +132,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.13.4</version>
<version>${jackson-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 38d23a6

Please sign in to comment.