Skip to content

Commit dae0efe

Browse files
committed
Updated instructions for Liberty
1 parent 065bb59 commit dae0efe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,20 @@ There are 5 available container profiles:
5252

5353
``-DlibertyManagedArquillian_wlpHome=/opt/wlp``
5454

55-
This profile also requires the localConnector feature to be configured in server.xml, and if all tests are to be run at least the
56-
javaee-7.0 feature and jaspic-1.1 (even though this is part of Java EE 7 already). E.g.
55+
This profile also requires the localConnector feature to be configured in server.xml, and if all tests are to be run the
56+
javaee-7.0 feature E.g.
5757

5858
```xml
5959
<featureManager>
6060
<feature>javaee-7.0</feature>
61-
<feature>jaspic-1.1</feature>
6261
<feature>localConnector-1.0</feature>
6362
</featureManager>
6463
```
6564

66-
For the JASPIC tests to even be attempted to be executed a cheat is needed that creates a user in Liberty's internal user registry:
65+
For the JASPIC tests to even be attempted to be executed a cheat is needed that creates a group in Liberty's internal user registry:
6766

6867
```xml
6968
<basicRegistry id="basic">
70-
<user name="test" password="not needed"/>
7169
<group name="architect"/>
7270
</basicRegistry>
7371
```

0 commit comments

Comments
 (0)