Skip to content

Commit

Permalink
JBEHAVE-1437 Upgrade to freemarker 2.3.30. Removed unused guava depen…
Browse files Browse the repository at this point in the history
…dency.
  • Loading branch information
maurotalevi committed Jan 18, 2021
1 parent e2e0376 commit 9d34cbb
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions jbehave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,6 @@
<artifactId>commons-text</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.1-jre</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.7</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
Expand All @@ -57,7 +44,12 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.28</version>
<version>2.3.30</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.paranamer</groupId>
Expand All @@ -69,6 +61,13 @@
<artifactId>xstream</artifactId>
<version>1.4.15</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.7</version>
<type>pom</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand All @@ -87,11 +86,6 @@
<version>1.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9d34cbb

Please sign in to comment.