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
3 files
+ 43
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -18,10 +18,6 @@
@@ -18,10 +18,6 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
</dependency>
<!--<dependency>
<groupId>edu.wisc.services.uds</groupId>
<artifactId>uds-person-ws</artifactId>
</dependency>-->
<dependency>
<dependency>
<groupId>edu.wisc.services.uds</groupId>
<groupId>edu.wisc.services.uds</groupId>
<artifactId>uds-person-client-java</artifactId>
<artifactId>uds-person-client-java</artifactId>
@@ -72,5 +68,9 @@
@@ -72,5 +68,9 @@
<artifactId>spring-test</artifactId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
<scope>test</scope>
</dependency>
</dependency>
</dependencies>
<dependency>
 
<groupId>javax.annotation</groupId>
 
<artifactId>jsr250-api</artifactId>
 
</dependency>
 
</dependencies>
</project>
</project>
 
\ No newline at end of file
Loading