Skip to content
Snippets Groups Projects

Changes to migrate deployment to gitlab,adding gitlab-ci file

Merged bhill6@wisc.edu requested to merge migrate_deployment into master
2 files
+ 39
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,10 +18,6 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<!--<dependency>
<groupId>edu.wisc.services.uds</groupId>
<artifactId>uds-person-ws</artifactId>
</dependency>-->
<dependency>
<groupId>edu.wisc.services.uds</groupId>
<artifactId>uds-person-client-java</artifactId>
@@ -72,5 +68,9 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Loading