Commit a70e0b4 1 parent 257a415 commit a70e0b4 Copy full SHA for a70e0b4
File tree 1 file changed +23
-0
lines changed
samples/java-saml-tookit-jspsample
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 10
10
<packaging >war</packaging >
11
11
<name >OneLogin java-saml Toolkit Sample Webapp</name >
12
12
13
+ <build >
14
+ <plugins >
15
+ <plugin >
16
+ <groupId >org.apache.maven.plugins</groupId >
17
+ <artifactId >maven-war-plugin</artifactId >
18
+ <version >3.3.1</version >
19
+ <configuration >
20
+ <webXml >${webXmlPath} </webXml >
21
+ </configuration >
22
+ </plugin >
23
+ <plugin >
24
+ <groupId >org.apache.maven.plugins</groupId >
25
+ <artifactId >maven-compiler-plugin</artifactId >
26
+ <version >3.8.1</version >
27
+ </plugin >
28
+ </plugins >
29
+ </build >
30
+
13
31
<dependencies >
14
32
<dependency >
15
33
<groupId >com.onelogin</groupId >
22
40
<version >4.0.1</version >
23
41
<scope >provided</scope >
24
42
</dependency >
43
+ <dependency >
44
+ <groupId >ch.qos.logback</groupId >
45
+ <artifactId >logback-classic</artifactId >
46
+ <version >1.2.3</version >
47
+ </dependency >
25
48
</dependencies >
26
49
27
50
</project >
You can’t perform that action at this time.
0 commit comments