Skip to content

Commit

Permalink
OAK-9581: oak-examples/standalone: update spring boot dependency to 1…
Browse files Browse the repository at this point in the history
….5.22 and cleanup POM
  • Loading branch information
reschke committed Sep 23, 2021
1 parent 727d43c commit 98ac7d3
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions oak-examples/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<properties>
<skip.deployment>true</skip.deployment>
<spring.boot.version>1.5.21.RELEASE</spring.boot.version>
<spring.boot.version>1.5.22.RELEASE</spring.boot.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -209,7 +209,6 @@
<version>4.2.10</version>
<classifier>all</classifier>
</dependency>

<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>
Expand Down Expand Up @@ -334,32 +333,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>disable-test-jdk6</id>
<activation>
<jdk>1.6</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 98ac7d3

Please sign in to comment.