Hi

Ah you likely need to use

      <version>${project.version}</version>

For test scoped dependencies when they have

<groupId>org.apache.camel.springboot</groupId>

So this should be changed to

      <groupId>org.apache.camel.springboot</groupId>
      <artifactId>camel-spring-boot-xml</artifactId>
      <version>${project.version}</version>
      <scope>test</scope>

And this may also be a problem in some other starters









On Sun, Apr 30, 2023 at 8:26 AM Gregor Zurowski <gre...@list.zurowski.org>
wrote:

> When trying to build the Spring Boot project, I am getting the following
> error:
>
> ```
> [ERROR] Failed to execute goal on project camel-avro-starter: Could
> not resolve dependencies for project
> org.apache.camel.springboot:camel-avro-starter:jar:4.0.0-SNAPSHOT:
> Could not find artifact
> org.apache.camel.springboot:camel-spring-boot-xml:jar:4.0.0-M3 in
> central (https://repo.maven.apache.org/maven2)
> ```
>
> I can reproduce it by just trying to build camel-avro-starter outside
> the release.
>
> Any ideas what is causing this?
>
> Thanks in advance
> Gregor
>
> On Fri, Apr 28, 2023 at 12:21 PM Gregor Zurowski
> <gre...@list.zurowski.org> wrote:
> >
> > I am starting the release based on commit `eba8daac207`:
> >
> >
> https://github.com/apache/camel/commit/eba8daac20712caf8841eb86440a45361fd8d33d
> >
> > The release branch is here:
> > https://github.com/apache/camel/tree/release/4.0.0-M3
> >
> > Thanks,
> > Gregor
> >
> > On Fri, Apr 28, 2023 at 6:20 AM Claus Ibsen <claus.ib...@gmail.com>
> wrote:
> > >
> > > Hi
> > >
> > > Okay so I think its a good time to cut M3 starting from today.
> > > I have moved a few tickets to RC1 and all tickets for M3 is resolved.
> > >
> > > Otavio, Andrea, others, any last minute stuff needed before Gregor can
> > > start the release?
> > >
> > >
> > >
> > >
> > > On Fri, Apr 21, 2023 at 7:22 PM Gregor Zurowski <
> gre...@list.zurowski.org>
> > > wrote:
> > >
> > > > Sounds good to me, I can start with this any time. Should we plan
> this
> > > > for the end of next week or earlier?
> > > >
> > > > Thanks,
> > > > Gregor
> > > >
> > > > On Fri, Apr 21, 2023 at 2:40 PM Claus Ibsen <claus.ib...@gmail.com>
> wrote:
> > > > >
> > > > > Hi
> > > > >
> > > > > After the 3.20.4 release then I think we should cut 4.0-M3 release.
> > > > >
> > > > >
> > > > > On Wed, Apr 5, 2023 at 4:55 PM Jeremy Ross <
> jeremy.g.r...@gmail.com>
> > > > wrote:
> > > > >
> > > > > > +1
> > > > > >
> > > > > > With M3 people can start using salesforce's Pub/Sub API, which
> is their
> > > > > > latest event publishing/streaming API. Streaming API is
> considered
> > > > legacy,
> > > > > > and although they say Streaming API will be around for years,
> Pub/Sub
> > > > API
> > > > > > is the future, and it has lots of advantages and should be
> considered
> > > > for
> > > > > > greenfield stuff.
> > > > > >
> > > > > > Would love some feedback on the Pub/Sub API support. There were
> some
> > > > tricky
> > > > > > Avro issues to deal with and I tried to make it as flexible for
> users
> > > > as
> > > > > > possible.
> > > > > >
> > > > > >
> > > > > > On Wed, Apr 5, 2023 at 8:11 AM Andrea Cosentino <
> anco...@gmail.com>
> > > > wrote:
> > > > > >
> > > > > > > I'm working on CAMEL-18625.
> > > > > > >
> > > > > > > Should be ready this week. +1 from my side.
> > > > > > >
> > > > > > > Il giorno mer 5 apr 2023 alle ore 15:08 Claus Ibsen <
> > > > > > claus.ib...@gmail.com
> > > > > > > >
> > > > > > > ha scritto:
> > > > > > >
> > > > > > > > Hi
> > > > > > > >
> > > > > > > > We should get a M3 release out later this month.
> > > > > > > > Maybe give it 1-2 weeks for a bit more work, and we can find
> time
> > > > to
> > > > > > cut
> > > > > > > > the release.
> > > > > > > >
> > > > > > > > Any thoughts?
> > > > > > > >
> > > > > > > > PS: I created a 4.0-RC1 version in JIRA so tickets can be
> moved to
> > > > this
> > > > > > > if
> > > > > > > > we dont have time for working on it before M3.
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Claus Ibsen
> > > > > > > > -----------------
> > > > > > > > @davsclaus
> > > > > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Claus Ibsen
> > > > > -----------------
> > > > > @davsclaus
> > > > > Camel in Action 2: https://www.manning.com/ibsen2
> > > >
> > >
> > >
> > > --
> > > Claus Ibsen
> > > -----------------
> > > @davsclaus
> > > Camel in Action 2: https://www.manning.com/ibsen2
>


-- 
Claus Ibsen
-----------------
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to