Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuring the http consumer SU

Wiki Markup
{scrollbar}

We now have to

Excerpt

configure the http-consumer-su

.

...

is a variable defined at the end of the pom.xml file. We keep using it for servicemix-core. It can be helpful to move this variable into your root pom.xml. If defined there all subprojects will have this variable automatically. If you want to move to another servicemix version later
on it is just a matter of changing this variable in the root pom instead of touching each single pom in your project.
This will ease the maintainance of the project a lot. The same can be done for repositories as well. If you do so, you should remove these things from the pom files in the subprojects.

Modify your dependencies section now to look like the following:

...