From 18ebadde0414899cd80a34f97b52f8735b0e8d6d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 16 Apr 2014 15:20:52 -0700 Subject: [PATCH] First deploy to S3 --- .gitignore | 4 +- .springBeans | 15 ------ pom.xml | 134 +++++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 121 insertions(+), 32 deletions(-) delete mode 100644 .springBeans diff --git a/.gitignore b/.gitignore index e4dad1e..c1c3ef4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,8 @@ target/ .project .DS_Store .settings/ +.springBeans *.iml *.iws *.ipr .idea/ -code/ -cargo-installs/ -atlassian-ide-plugin.xml diff --git a/.springBeans b/.springBeans deleted file mode 100644 index 1fd40e1..0000000 --- a/.springBeans +++ /dev/null @@ -1,15 +0,0 @@ - - - 1 - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index b6e3827..686535b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,21 +5,27 @@ org.springframework.guice spring-guice - 0.0.1.BUILD-SNAPSHOT + 1.0.0.BUILD-SNAPSHOT spring-guice - Demo project + Utilities for using Spring with Guice and vice versa - - org.springframework.boot - spring-boot-starter-parent - 1.0.0.RELEASE - + + + + org.springframework + spring-framework-bom + 4.0.3.RELEASE + pom + import + + + - org.springframework.boot - spring-boot-starter + org.springframework + spring-context com.google.inject @@ -28,24 +34,124 @@ compile - org.springframework.boot - spring-boot-starter-test + org.springframework + spring-test + test + + + junit + junit + 4.11 test - demo.Application 1.7 + UTF-8 + UTF-8 + + + org.springframework.build + aws-maven + 5.0.0.RELEASE + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.3 + + + - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*Tests.java + + + **/Abstract*.java + + + + + maven-javadoc-plugin + + + javadoc + + jar + + package + + + + + maven-source-plugin + + + attach-sources + + jar + + package + + + + http://github.com/spring-projects/spring-guice + scm:git:git://github.com/spring-projects/spring-guice.git + scm:git:ssh://git@github.com/spring-projects/spring-guice.git + HEAD + + + + + dsyer + Dave Syer + dsyer@gopivotal.com + + + + + + http://www.springsource.com/download/community + + + spring-docs + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-guice/docs/${project.version} + + + + springframework-release + Spring Release Repository + s3://maven.springframework.org/release + + + springframework-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + \ No newline at end of file