Commit 3e2eb5aa by 吴迪

【新增】修改

parent 6076b462
......@@ -282,29 +282,25 @@
<groupId>code</groupId>
<artifactId>code</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/code.jar</systemPath>
</dependency>
<dependency>
<groupId>barcode4j-2.2.0-SNAPSHOT</groupId>
<artifactId>barcode4j-2.2.0-SNAPSHOT</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/barcode4j-2.2.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>barcode4j-light-2.2.0-SNAPSHOT</groupId>
<artifactId>barcode4j-light-2.2.0-SNAPSHOT</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/barcode4j-light-2.2.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>barcode4j-spi-2.2.0-SNAPSHOT</groupId>
<artifactId>barcode4j-spi-2.2.0-SNAPSHOT</artifactId>
<version>1.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/resources/lib/barcode4j-spi-2.2.0-SNAPSHOT.jar</systemPath>
</dependency>
</dependencies>
......@@ -368,7 +364,7 @@
<!--</executions>-->
<configuration>
<imageName>renren/fast</imageName>
<dockerDirectory>${project.basedir}</dockerDirectory>
<dockerDirectory>${basedir}</dockerDirectory>
<resources>
<resource>
<targetPath>/</targetPath>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment