You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ that's the version that will be used by default.
48
48
49
49
# Quickstart - Maven Example
50
50
### Step 1: Add the required maven dependencies.
51
+
<details>
52
+
51
53
```xml
52
54
<dependency>
53
55
<groupId>org.owasp.esapi</groupId>
@@ -63,11 +65,20 @@ that's the version that will be used by default.
63
65
<scope>provided</scope>
64
66
</dependency>
65
67
```
68
+
69
+
</details>
70
+
66
71
### Step 2: Create 2 properties file namely: ESAPI.properties and validation.properties and add them to your classpath. You can refer to below for boilerplate configurations.
0 commit comments