Skip to content

Commit

Permalink
Merge pull request #26 from indigo-dc/spring-boot
Browse files Browse the repository at this point in the history
remove systempath dependency
  • Loading branch information
bertl4398 authored Jun 22, 2016
2 parents edb3b8b + 7c34321 commit 31750ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file removed libs/cdmi-spi-0.0.1-SNAPSHOT.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<executable>true</executable>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -142,8 +145,6 @@
<groupId>edu.kit.scc</groupId>
<artifactId>cdmi-spi</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/cdmi-spi-0.0.1-SNAPSHOT.jar</systemPath>
</dependency>
<!-- end::INDIGO[] -->

Expand Down

0 comments on commit 31750ed

Please sign in to comment.