no message
This commit is contained in:
		
							
								
								
									
										37
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										37
									
								
								pom.xml
									
									
									
									
									
								
							| @ -243,20 +243,17 @@ | ||||
|             <artifactId>shedlock-provider-redis-spring</artifactId> | ||||
|             <version>4.44.0</version> | ||||
|         </dependency> | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>com.douyin.openapi</groupId> | ||||
|             <artifactId>sdk</artifactId> | ||||
|             <version>1.0.6</version> | ||||
|             <scope>system</scope> | ||||
|             <systemPath>${project.basedir}/src/main/resources/lib/sdk-1.0.6.jar</systemPath> | ||||
|         </dependency> | ||||
|  | ||||
|     </dependencies> | ||||
|  | ||||
|     <repositories> | ||||
|         <repository> | ||||
|             <id>douyin-openapi-repo</id> | ||||
|             <url>https://artifacts-cn-beijing.volces.com/repository/douyin-openapi/</url> | ||||
|         </repository> | ||||
|     </repositories> | ||||
|  | ||||
|  | ||||
|     <!-- Build Configuration --> | ||||
|     <build> | ||||
| @ -275,6 +272,19 @@ | ||||
|                     <exclude>*.yml</exclude> | ||||
|                 </excludes> | ||||
|             </resource> | ||||
|             <resource> | ||||
|                 <directory>src/main/resources</directory> | ||||
|                 <includes> | ||||
|                     <include>**/*.jar</include> | ||||
|                 </includes> | ||||
|                 <targetPath>${project.build.directory}/lib</targetPath> | ||||
|             </resource> | ||||
|             <resource> | ||||
|                 <directory>src/main/resources</directory> | ||||
|                 <excludes> | ||||
|                     <exclude>lib/**</exclude> | ||||
|                 </excludes> | ||||
|             </resource> | ||||
|         </resources> | ||||
|         <plugins> | ||||
|             <!-- Compiler Plugin --> | ||||
| @ -310,6 +320,19 @@ | ||||
|                     <skip>true</skip> | ||||
|                 </configuration> | ||||
|             </plugin> | ||||
|             <plugin> | ||||
|                 <groupId>org.apache.maven.plugins</groupId> | ||||
|                 <artifactId>maven-shade-plugin</artifactId> | ||||
|                 <version>3.2.4</version> | ||||
|                 <executions> | ||||
|                     <execution> | ||||
|                         <phase>package</phase> | ||||
|                         <goals> | ||||
|                             <goal>shade</goal> | ||||
|                         </goals> | ||||
|                     </execution> | ||||
|                 </executions> | ||||
|             </plugin> | ||||
|         </plugins> | ||||
|     </build> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user