Your Name 3 years ago
parent
commit
8ee19d9b52
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

150
 			<artifactId>fadada_api_sdk</artifactId>
150
 			<artifactId>fadada_api_sdk</artifactId>
151
 			<version>2.4.0</version>
151
 			<version>2.4.0</version>
152
 			<scope>system</scope>
152
 			<scope>system</scope>
153
-			<systemPath>${basedir}/src/main/resources/lib/fadada_api_sdk_2.4.0.jar</systemPath>
153
+			<systemPath>${pom.basedir}/src/main/resources/lib/fadada_api_sdk_2.4.0.jar</systemPath>
154
 		</dependency>
154
 		</dependency>
155
 	</dependencies>
155
 	</dependencies>
156
 
156