|
@@ -29,6 +29,8 @@
|
|
|
<groupId>thirtpart</groupId>
|
|
|
<artifactId>jave</artifactId>
|
|
|
<version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/src/main/resources/lib/jave-1.0.jar</systemPath>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
@@ -105,6 +107,15 @@
|
|
|
|
|
|
|
|
|
<build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <includeSystemScope>true</includeSystemScope>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
<resources>
|
|
|
<resource>
|
|
|
<directory>lib</directory>
|