diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -47,9 +47,6 @@ <releases.path>content/repositories/releases/</releases.path> <snapshots.path>content/repositories/snapshots/</snapshots.path> <staging.path>content/repositories/staging/</staging.path> - - <!-- Project common dependency versions --> - <commons-lang3.version>3.4</commons-lang3.version> </properties> <modules> @@ -65,16 +62,6 @@ <module>spring-utils</module> </modules> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>${commons-lang3.version}</version> - </dependency> - </dependencies> - </dependencyManagement> - <build> <plugins> <plugin> |