Skip to content

Commit

Permalink
use versionless feature
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Oct 16, 2024
1 parent 0cc3d55 commit 10fc44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion finish/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!--Enable the following features to run tests with Arquillian managed container-->
<!-- tag::localConnector[] -->
<feature>localConnector</feature>
<feature>localConnector-1.0</feature>
<!-- end::localConnector[] -->
<!-- tag::Servlet[] -->
<feature>servlet</feature>
Expand Down
2 changes: 1 addition & 1 deletion start/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<!-- Enable the following features to run tests with Arquillian managed container -->
<!-- tag::localConnector[] -->
<feature>localConnector</feature>
<feature>localConnector-1.0</feature>
<!-- end::localConnector[] -->
<!-- tag::Servlet[] -->
<feature>servlet</feature>
Expand Down

0 comments on commit 10fc44e

Please sign in to comment.