File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/modules/ROOT/pages/servlet/saml2 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ Maven::
31
31
<groupId>org.opensaml</groupId>
32
32
<artifactId>opensaml-core-api</artifactId>
33
33
<version>5.1.2</version>
34
- </depedency >
34
+ </dependency >
35
35
<dependency>
36
36
<groupId>org.opensaml</groupId>
37
37
<artifactId>opensaml-core-impl</artifactId>
38
38
<version>5.1.2</version>
39
- </depedency >
39
+ </dependency >
40
40
<dependency>
41
41
<groupId>org.opensaml</groupId>
42
42
<artifactId>opensaml-saml-api</artifactId>
43
43
<version>5.1.2</version>
44
- </depedency >
44
+ </dependency >
45
45
<dependency>
46
46
<groupId>org.opensaml</groupId>
47
47
<artifactId>opensaml-saml-imple</artifactId>
48
48
<version>5.1.2</version>
49
- </depedency >
49
+ </dependency >
50
50
</dependencies>
51
51
</dependencyManagement>
52
52
You can’t perform that action at this time.
0 commit comments