Add concourse pipeline for Windows

Closes gh-15553
This commit is contained in:
Madhura Bhave
2019-06-24 15:25:05 -07:00
parent 0da0bff397
commit bb85612723
7 changed files with 135 additions and 2 deletions

View File

@@ -40,6 +40,17 @@
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>