Skip to content

Instantly share code, notes, and snippets.

@c9n
Created January 26, 2015 08:13
Show Gist options
  • Save c9n/a52b69bc395a3b2fee16 to your computer and use it in GitHub Desktop.
Save c9n/a52b69bc395a3b2fee16 to your computer and use it in GitHub Desktop.
Sample
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.redwoods.app</groupId>
<artifactId>demo</artifactId>
<version>0.0.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment