Skip to content

Instantly share code, notes, and snippets.

@nasminspy
Created June 8, 2016 10:55
Show Gist options
  • Save nasminspy/0ce128c0ee0a43c34b0398a5cb11712a to your computer and use it in GitHub Desktop.
Save nasminspy/0ce128c0ee0a43c34b0398a5cb11712a to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>${org.springframework.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>${org.springframework.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment