mirror of https://github.com/apache/archiva.git
enforce version in archetype
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
f54872d6a7
commit
95077dba05
|
@ -6,6 +6,7 @@ build
|
|||
.idea
|
||||
*.ipr
|
||||
*.iws
|
||||
out/
|
||||
|
||||
#jenv
|
||||
.java-version
|
||||
|
@ -21,4 +22,4 @@ build
|
|||
|
||||
#netbeans file
|
||||
nbactions.xml
|
||||
nb-configuration.xml
|
||||
nb-configuration.xml
|
||||
|
|
|
@ -126,6 +126,17 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
|
|
Loading…
Reference in New Issue