Skip to content

Commit d607e1d

Browse files
authored
update samples/spark/pet-store/pom.xml fix ref
Fix version reference to this library (latest release, 0.4), updated ref lets maven compile
1 parent f09af50 commit d607e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/spark/pet-store/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.amazonaws.serverless</groupId>
3636
<artifactId>aws-serverless-java-container-spark</artifactId>
37-
<version>0.1</version>
37+
<version>0.4</version>
3838
</dependency>
3939

4040
<dependency>
@@ -111,4 +111,4 @@
111111
</plugin>
112112
</plugins>
113113
</build>
114-
</project>
114+
</project>

0 commit comments

Comments
 (0)