|
|
|
@ -91,10 +91,10 @@
|
|
|
|
|
<!-- SAP JOC 3 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.sap</groupId>
|
|
|
|
|
<artifactId>sapjco3</artifactId>
|
|
|
|
|
<version>1.0.0</version>
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
<systemPath>${project.basedir}/src/main/lib/sapjco3.jar</systemPath>
|
|
|
|
|
<artifactId>sapjco</artifactId>
|
|
|
|
|
<version>3.0.8</version>
|
|
|
|
|
<!-- <scope>system</scope>-->
|
|
|
|
|
<!-- <systemPath>${project.basedir}/src/main/lib/sapjco3.jar</systemPath>-->
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
@ -129,14 +129,14 @@
|
|
|
|
|
<!-- </configuration>-->
|
|
|
|
|
<!-- </plugin>-->
|
|
|
|
|
</plugins>
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>${project.basedir}/src/main/lib</directory>
|
|
|
|
|
<targetPath>BOOT-INF/lib/</targetPath>
|
|
|
|
|
<includes>
|
|
|
|
|
<include>**/*.jar</include>
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
<!-- <resources>-->
|
|
|
|
|
<!-- <resource>-->
|
|
|
|
|
<!-- <directory>${project.basedir}/src/main/lib</directory>-->
|
|
|
|
|
<!-- <targetPath>BOOT-INF/lib/</targetPath>-->
|
|
|
|
|
<!-- <includes>-->
|
|
|
|
|
<!-- <include>**/*.jar</include>-->
|
|
|
|
|
<!-- </includes>-->
|
|
|
|
|
<!-- </resource>-->
|
|
|
|
|
<!-- <resource>-->
|
|
|
|
|
<!-- <directory>${project.basedir}/src/main/lib</directory>-->
|
|
|
|
|
<!-- <targetPath>BOOT-INF</targetPath>-->
|
|
|
|
@ -145,7 +145,7 @@
|
|
|
|
|
<!-- <include>**/*.dll</include>-->
|
|
|
|
|
<!-- </includes>-->
|
|
|
|
|
<!-- </resource>-->
|
|
|
|
|
</resources>
|
|
|
|
|
<!-- </resources>-->
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|