Rob Winch
7000652fd1
SEC-2927: No Dependency Management for Bom
11 years ago
Rob Winch
d5dfeeca49
SEC-2927: Update chat-jc pom so Maven Builds
...
Previously there were some incorrect dependency versions. This commit fixes
that.
We added dependencyManagement for Spring Framework and corrected
Thymeleaf and embedded redis versions.
11 years ago
Rob Winch
0a2e496a84
SEC-2915: groovy/gradle spaces->tabs
11 years ago
Rob Winch
b56e5edbbd
SEC-2784: Fix build plugins
11 years ago
Rob Winch
87a52ffbfd
SEC-2784: Update to Gradle 2.2.1
11 years ago
Rob Winch
0da9b6c64b
Update to spring.io
12 years ago
Rob Winch
4672c2a1f7
SEC-2430: Add Maven BOM
12 years ago
Rob Winch
548ed4e14a
Update samples to declare repository already added
12 years ago
Rob Winch
6be4de854a
Ensure artifactory uses customized pom
12 years ago
Rob Winch
76a8bbe98d
SEC-2354: Add failOnMissingWebXml=false to sample pom.xml
12 years ago
Rob Winch
976d9a9016
SEC-2194: Polish java config sample apps
13 years ago
Rob Winch
5e6ca12b01
SEC-2097: Update integrationTestCompile to use optional and provided
...
Also update slf4j version and remove explicit commons-logging from pom generation
13 years ago
Rob Winch
faa8b354b7
SEC-2209: add pom.xml
13 years ago
Rob Winch
e5fc063680
SEC-2206: Gradle Propdeps
13 years ago
Rob Winch
3c178a339e
remove snapshot repo references
13 years ago
Rob Winch
d0c4e6ca72
SEC-1953: Spring Security Java Config support
...
This is the initial migration of Spring Security Java Config from the
external project at
https://github.com/SpringSource/spring-security-javaconfig
13 years ago
Rob Winch
ea6b444770
update to spring snapshot dependencies
13 years ago
Rob Winch
c0dfb70ca0
Added generatePom task
...
This can be used to generate the pom.xml for adding the Spring Security
snapshot jars as a Maven Dependency to another project. For example,
if mywebapp requires the Spring Security 3.1.4.CI-SNAPSHOT jars one
could generate the pom.xml files and then use that to convert the project
into a valid Maven project within the IDE. Then the SNAPSHOT dependendies
could be added to mywebapp. This prevents the need to install the SNAPSHOT
dependencies in the local Maven repository.
13 years ago
Rob Winch
ab3031c8b9
SEC-1995: More Maven Central validation changes
...
Added developer information to the poms.
14 years ago
Rob Winch
5174a8020d
SEC-1995: Maven Central validation changes
...
Ensure projects have the following so that Maven Central publishing works
- Project name
- Project description
- Project URL
- SCM information
- Javadoc jar
14 years ago
Rob Winch
8ad0e0e8e8
SEC-1995: Use Gradle Artifactory integration for releases
14 years ago
Rob Winch
b28e3a0b2f
SEC-1976: include *.aj files in sourceJar
14 years ago
Rob Winch
fde9142d8d
SEC-1907: Exclude crypto dependency in core module since classes are bundled in core
14 years ago
Rob Winch
a2452ab514
SEC-1906: Update to Gradle 1.0
14 years ago
Luke Taylor
ecfffaaa3f
Make aspectj dependencies optional throughout and spring-jdbc/tx optional in core poms. Reduces exclusions required in third-party poms (e.g. spring-social).
15 years ago
Luke Taylor
28444978e5
Change to using pom 'builder' syntax for adding commons logging dep.
15 years ago
Luke Taylor
767f5b2423
Upgrade to gradle 1.0-M3.
15 years ago
Luke Taylor
c37ca1c2a9
Sample app build adjustments to remove unwanted deps such as jsp-api, tidy up use of JSTL, make sure all are using servlet 2.5 etc.
16 years ago
Luke Taylor
3c02989d67
Removal of jmock test dependency and upgrading of mockito version to 1.8.5. Minor adjustments to other build deps and configurations (e.g. prevent groovy from being used as a transitive dep, since we only use it for tests).
16 years ago
Luke Taylor
64375484a1
More build and logging tuning.
16 years ago
Luke Taylor
6e831d6504
Adding bundlor template for aspects project, plus minor build updates.
16 years ago
Luke Taylor
d704a3bb4a
Prevent source jars from being included in the gradle 'default' configuration and thus being included as dependencies in war files etc.
16 years ago
Luke Taylor
d334f6fa09
Latest gradle syntax updates.
16 years ago
Luke Taylor
6fcaba2c46
Moved setting of 'provided' scope mapping on pom out of whenConfigured() so that the mapping is in place when the pom dependencies are assembled. Added 'skipTests' option.
16 years ago
Luke Taylor
f3264ba9ab
Addition of commons-logging exclusions and adjustments to pom generation.
16 years ago
Hans Dockter
b64a3fa725
Hans Dockter's refactoring of gradle build, plus simplification of docbook plugin.
16 years ago