Skip to content

Commit

Permalink
[ECS-463] Add the org.json dependency if we have noDB
Browse files Browse the repository at this point in the history
  • Loading branch information
avdev4j authored and w-caffiero-entando committed Oct 3, 2022
1 parent 33d4cd9 commit 128807a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generators/server/templates/pom.xml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,14 @@
<version>${archunit-junit5.version}</version>
<scope>test</scope>
</dependency>
<%_ if (databaseType === 'no') { _%>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<scope>test</scope>
</dependency>
<%_ } _%>
<!-- Adding the engine dependency to the surefire-plugin unfortunately does not work in the current version. -->
<!-- https://www.archunit.org/userguide/html/000_Index.html#_junit_5 -->
<dependency>
Expand Down

0 comments on commit 128807a

Please sign in to comment.