maheswara
12 months agoNew Contributor II
not able to get the third party libs in customsnap Snappack
Hi Team,
i am creating custom snap by using some third party libs so those libs i have imported as shown below.
step 1: added jar files in lib folder which is located in project root directory.
step2: added dependency as sown in below.
<library.path>${project.basedir}/lib</library.path>
in properties section
<dependency>
<groupId>com.polarion</groupId>
<artifactId>commons-logging-1.0.4</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${library.path}/commons-logging-1.0.4.jar</systemPath>
</dependency>
in depedencies section
but these jar files are not able access while executing the snap after deploying into snaplogic.those jar files and lib folder not able to see in my snappack pacakge zip can anyone have any idea ?