remove explicit version overrides JAVA-1671
This commit is contained in:
@@ -87,10 +87,6 @@
|
||||
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
|
||||
<spring-boot-thin.version>1.0.10.RELEASE</spring-boot-thin.version>
|
||||
|
||||
<!-- testing -->
|
||||
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
||||
<junit-jupiter.version>5.6.2</junit-jupiter.version>
|
||||
<junit.version>4.13</junit.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.spring.cloudfunction.functions.aws;
|
||||
package com.baeldung.spring.cloudfunction.aws.functions;
|
||||
|
||||
import java.util.function.Function;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user