master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 2 additions and 1 deletions
Showing only changes of commit fefbcfb106 - Show all commits

View File

@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>${common.text.version}</version>
</dependency>

View File

@ -669,5 +669,6 @@
<common.compress.version>1.1</common.compress.version>
<json4s.version>3.5.3</json4s.version>
<jsonschemagenerator.version>4.13.0</jsonschemagenerator.version>
<common.text.version>1.8</common.text.version>
</properties>
</project>