Skip to content

Commit

Permalink
Removing hard coded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Sep 6, 2024
1 parent 692f175 commit efd4b12
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.1.4.GA</version>
<scope>test</scope>
</dependency>

<!-- Provided scoped dependencies should not be in DMO -->
<dependency>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<version>2.7.0</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit efd4b12

Please sign in to comment.