Build: Adding aws-maven extension to dev-tools and rest-api-spec
This commit is contained in:
parent
3893544f98
commit
e869c87119
|
@ -35,6 +35,13 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.springframework.build</groupId>
|
||||
<artifactId>aws-maven</artifactId>
|
||||
<version>5.0.0.RELEASE</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
|
|
@ -35,6 +35,13 @@
|
|||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.springframework.build</groupId>
|
||||
<artifactId>aws-maven</artifactId>
|
||||
<version>5.0.0.RELEASE</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
|
Loading…
Reference in New Issue