diff --git a/buildspec.yml b/buildspec.yml
new file mode 100644
index 00000000..d6d98af8
--- /dev/null
+++ b/buildspec.yml
@@ -0,0 +1,19 @@
+version: 0.2
+
+phases:
+ install:
+ runtime-versions:
+ java: corretto17
+ commands:
+ - yum update -y
+ - yum install -y maven
+ pre_build:
+ commands:
+ - echo Nothing to do in the pre_build phase...
+ build:
+ commands:
+ - echo Build started
+ - mvn clean package
+ post_build:
+ commands:
+ - echo Build completed
diff --git a/pom.xml b/pom.xml
index f66138f9..a57666d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
javasecurity
de.dominikschadow.javasecurity
- 3.2.0
+ 3.2.5
pom
Java Security
https://github.com/dschadow/JavaSecurity
@@ -272,4 +272,4 @@
sql-injection
xss
-
\ No newline at end of file
+