diff --git a/README.md b/README.md index 3e7f873..eda33eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Instance # test +# done diff --git a/aws_access_key_id b/aws_access_key_id new file mode 100644 index 0000000..a600ed5 --- /dev/null +++ b/aws_access_key_id @@ -0,0 +1 @@ +AKIAEXAMPLE1234567890 diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..b3aa926 --- /dev/null +++ b/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + + com.dept.app + MyWebApp + war + 1.0-SNAPSHOT + MyWebApp Maven Webapp + http://maven.apache.org + + + + + junit + junit + 3.8.1 + test + + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9 + + + + org.apache.struts + struts2-core + 2.3.1 + + + + + + MyWebApp + +