Skip to content

Commit

Permalink
AF-2910: Fix wildfly-elytron dependecy scope (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasdavidorg committed Oct 22, 2021
1 parent 29bc095 commit 58398dd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions uberfire-backend/uberfire-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<scope>provided</scope>
</dependency>

<!-- Workbench serialization -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<scope>test</scope>
</dependency>


</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

</project>
6 changes: 6 additions & 0 deletions uberfire-project/uberfire-project-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,12 @@
<artifactId>uberfire-ssh-backend</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 58398dd

Please sign in to comment.