Skip to content

Commit 02a0e58

Browse files
fix the path up to the JAR (#895)
Co-authored-by: Mark Nelson <[email protected]>
1 parent 649df23 commit 02a0e58

File tree

1 file changed

+1
-1
lines changed
  • travelbooking/osaga-java-api

1 file changed

+1
-1
lines changed

travelbooking/osaga-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<artifactId>osaga-java-infra</artifactId>
100100
<version>0.0.1-SNAPSHOT</version>
101101
<scope>system</scope>
102-
<systemPath>${env.HOME}/microservices-datadriven/travelbooking/osaga-java-api/osagainfra.jar</systemPath>
102+
<systemPath>${project.basedir}/osagainfra.jar</systemPath>
103103
</dependency>
104104
</dependencies>
105105

0 commit comments

Comments
 (0)