There was an error while loading. Please reload this page.
1 parent 8b7fc5d commit 90e4cb9Copy full SHA for 90e4cb9
openid-connect-server-webapp/pom.xml
@@ -78,6 +78,7 @@
78
<groupId>org.eclipse.jetty</groupId>
79
<artifactId>jetty-maven-plugin</artifactId>
80
<configuration>
81
+<war>${project.build.directory}/openid-connect-server-webapp.war</war>
82
<webAppConfig>
83
<contextPath>/openid-connect-server-webapp</contextPath>
84
</webAppConfig>
pom.xml
@@ -117,7 +117,7 @@
117
<plugin>
118
119
120
-<version>9.1.1.v20140108</version>
+<version>9.3.3.v20150827</version>
121
</plugin>
122
123
<inherited>true</inherited>
0 commit comments