File tree Expand file tree Collapse file tree 6 files changed +3
-9
lines changed
main/java/com/onelogin/saml2/util
test/java/com/onelogin/saml2/test
main/java/com/onelogin/saml2
test/java/com/onelogin/saml2/test Expand file tree Collapse file tree 6 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 69
69
import org .apache .xml .security .encryption .XMLCipher ;
70
70
import org .apache .xml .security .exceptions .XMLSecurityException ;
71
71
import org .apache .xml .security .keys .KeyInfo ;
72
- import org .apache .xml .security .keys .keyresolver .KeyResolverException ;
73
72
import org .apache .xml .security .signature .XMLSignature ;
74
- import org .apache .xml .security .signature .XMLSignatureException ;
75
73
import org .apache .xml .security .transforms .Transforms ;
76
74
import org .apache .xml .security .utils .XMLUtils ;
77
75
import org .joda .time .DateTime ;
Original file line number Diff line number Diff line change 28
28
29
29
import java .io .IOException ;
30
30
import java .util .ArrayList ;
31
- import java .util .Date ;
32
31
import java .util .HashMap ;
33
32
import java .util .List ;
34
33
import java .util .Map ;
Original file line number Diff line number Diff line change 52
52
import org .w3c .dom .NodeList ;
53
53
import org .xml .sax .SAXException ;
54
54
55
- import com .onelogin .saml2 .settings .Saml2Settings ;
56
55
import com .onelogin .saml2 .util .Constants ;
57
56
import com .onelogin .saml2 .util .SchemaFactory ;
58
57
import com .onelogin .saml2 .util .Util ;
Original file line number Diff line number Diff line change 197
197
<groupId >org.apache.maven.plugins</groupId >
198
198
<artifactId >maven-javadoc-plugin</artifactId >
199
199
<version >3.2.0</version >
200
- <configuration >
201
- <additionalparam >-Xdoclint:none</additionalparam >
202
- </configuration >
203
200
<executions >
204
201
<execution >
205
202
<id >attach-javadocs</id >
203
+ <configuration >
204
+ <doclint >none</doclint >
205
+ </configuration >
206
206
<goals >
207
207
<goal >jar</goal >
208
208
</goals >
Original file line number Diff line number Diff line change 2
2
3
3
import java .io .IOException ;
4
4
import java .security .InvalidKeyException ;
5
- import java .security .KeyStore ;
6
5
import java .security .NoSuchAlgorithmException ;
7
6
import java .security .PrivateKey ;
8
7
import java .security .SignatureException ;
Original file line number Diff line number Diff line change 10
10
import static org .junit .Assert .assertEquals ;
11
11
import static org .junit .Assert .assertFalse ;
12
12
import static org .junit .Assert .assertNull ;
13
- import static org .junit .Assert .assertNotNull ;
14
13
import static org .junit .Assert .assertThat ;
15
14
import static org .junit .Assert .assertTrue ;
16
15
import static org .mockito .Matchers .matches ;
You can’t perform that action at this time.
0 commit comments