some changes
This commit is contained in:
		
							
								
								
									
										33
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -81,6 +81,28 @@ | ||||
|             <artifactId>jaxb-runtime</artifactId> | ||||
|             <version>2.3.1</version> | ||||
|         </dependency> | ||||
|         <dependency> | ||||
|             <groupId>org.apache.camel.springboot</groupId> | ||||
|             <artifactId>camel-jackson-starter</artifactId> | ||||
|             <version>3.12.0</version> | ||||
|         </dependency> | ||||
|  | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>org.apache.camel</groupId> | ||||
|             <artifactId>camel-http</artifactId> | ||||
|             <version>3.12.0</version> | ||||
|             <!-- use the same version as your Camel core version --> | ||||
|         </dependency> | ||||
|  | ||||
|  | ||||
|         <dependency> | ||||
|             <groupId>org.apache.camel</groupId> | ||||
|             <artifactId>camel-ftp</artifactId> | ||||
|             <version>3.12.0</version> | ||||
|             <!-- use the same version as your Camel core version --> | ||||
|         </dependency> | ||||
|  | ||||
|  | ||||
|     </dependencies> | ||||
|  | ||||
| @@ -113,6 +135,17 @@ | ||||
|                     <target>11</target> | ||||
|                 </configuration> | ||||
|             </plugin> | ||||
|             <plugin> | ||||
|                 <groupId>org.codehaus.mojo</groupId> | ||||
|                 <artifactId>exec-maven-plugin</artifactId> | ||||
|                 <version>1.2.1</version> | ||||
|                 <configuration> | ||||
|                     <mainClass>com.release11.Main</mainClass> | ||||
|                     <arguments> | ||||
|                         <argument>arg1</argument> | ||||
|                     </arguments> | ||||
|                 </configuration> | ||||
|             </plugin> | ||||
|         </plugins> | ||||
|     </build> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user