Просмотр исходного кода

enforcer commons-digester and beanutils versions used to avoid dup with redback overlay

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1205245 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.4-M2
Olivier Lamy 12 лет назад
Родитель
Сommit
06ccf6fb07
2 измененных файлов: 67 добавлений и 6 удалений
  1. 45
    6
      archiva-modules/archiva-web/archiva-webapp/pom.xml
  2. 22
    0
      pom.xml

+ 45
- 6
archiva-modules/archiva-web/archiva-webapp/pom.xml Просмотреть файл

@@ -234,6 +234,30 @@
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<exclusions>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -338,12 +362,7 @@
</exclusions>
</dependency>
<!-- Redback Dependencies -->
<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-struts2-content</artifactId>
<type>war</type>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-struts2-integration</artifactId>
@@ -383,6 +402,14 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-struts2-content</artifactId>
<scope>runtime</scope>
<type>war</type>
</dependency>

<!-- Other dependencies -->
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -723,6 +750,18 @@
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
<overlays>
<overlay>
<id>redback-contents</id>
<groupId>org.codehaus.redback</groupId>
<artifactId>redback-struts2-content</artifactId>
<excludes>
<exclude>WEB-INF/lib/**.jar</exclude>
<exclude>WEB-INF/web.xml</exclude>
<exclude>META-INF/**</exclude>
</excludes>
</overlay>
</overlays>
</configuration>
</plugin>
<plugin>

+ 22
- 0
pom.xml Просмотреть файл

@@ -551,6 +551,28 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.8.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>

Загрузка…
Отмена
Сохранить