Skip to content

Commit

Permalink
fixed @component deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Apr 26, 2015
1 parent ac32450 commit 3a98622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions typescript-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
<!--<scope>provided</scope>-->
</dependency>
<!--test dependencies-->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion typescript-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.3</version>
<version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class GenerateMojo extends AbstractMojo {
private String removeTypeNameSuffix;


@Component
@Parameter(defaultValue = "${project}", readonly = true, required = true)
private MavenProject project;

@Override
Expand Down

0 comments on commit 3a98622

Please sign in to comment.