This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push: new 1d9c9df Polished 1d9c9df is described below commit 1d9c9dfe0a7d91c61384e3dfb196ebd98ac5d48d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Dec 15 06:40:50 2020 +0100 Polished --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index a9c6caa..802a613 100644 --- a/pom.xml +++ b/pom.xml @@ -85,18 +85,12 @@ </modules> <properties> - <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql --> - <!-- as having org.apache.camel as prefix is not needed and makes the name very long --> - <camel.osgi.symbolic.name>${project.artifactId}</camel.osgi.symbolic.name> <camel-version>3.7.0-SNAPSHOT</camel-version> <skip.starting.camel.context>false</skip.starting.camel.context> <javax.servlet.api.version>4.0.1</javax.servlet.api.version> - <camel.osgi.export.pkg/> <fabric8-maven-plugin-version>4.4.1</fabric8-maven-plugin-version> <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version> <reactor-version>3.2.16.RELEASE</reactor-version> - <testcontainers-version>1.14.3</testcontainers-version> - <tomcat-version>9.0.31</tomcat-version> </properties> <repositories> @@ -129,7 +123,7 @@ <dependencies> <!-- CAMEL-13084 Fix the spring-boot examples start up error by overriding servlet API version from camel-parent - Wqe need to clean it up once camel-parent upgrade the servlet api version. + We need to clean it up once camel-parent upgrade the servlet api version. --> <dependency> <groupId>javax.servlet</groupId> @@ -140,12 +134,6 @@ </dependencyManagement> <build> - <!--<resources>--> - <!--<resource>--> - <!--<directory>src/main/resources</directory>--> - <!--<filtering>true</filtering>--> - <!--</resource>--> - <!--</resources>--> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>