Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Feb 16, 2022
1 parent b3ea59f commit a0eeccd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<apache-collection-commons-text.version>1.9</apache-collection-commons-text.version>
<apache-collection-commons-collections.version>4.4</apache-collection-commons-collections.version>


<!-- Sonar -->
<sonar.projectKey>bonitasoft_bonita-connector-document-converter</sonar.projectKey>
<sonar.organization>bonitasoft</sonar.organization>
Expand Down Expand Up @@ -156,12 +154,10 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${apache-collection-commons-text.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${apache-collection-commons-collections.version}</version>
</dependency>

<!-- Tests -->
Expand Down

0 comments on commit a0eeccd

Please sign in to comment.