Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in quick-start guide #6

Closed
astefan-pivotal opened this issue Jun 23, 2014 · 1 comment
Closed

Typo in quick-start guide #6

astefan-pivotal opened this issue Jun 23, 2014 · 1 comment

Comments

@astefan-pivotal
Copy link

In this guide [1] there is a small typo issue with the artifact, which is wrong:

<dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-framework</artifactId>
        <version>4.0.5.RELEASE</version>
    </dependency>

and I believe it should actually be:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>4.0.5.RELEASE</version>
</dependency>

There is no "spring-framework" artifact and the guide text mentions "spring-context" instead.

[1] https://github.com/spring-guides/getting-started-guides/issues

@gregturn
Copy link
Contributor

gregturn commented Apr 2, 2015

Can you paste an exact link to the issue? I don't see anything other than Spring Boot starters in this template's complete/pom.xml file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants