소스 검색

Adapting to redback dependency changes.

pull/56/head
Martin Stockhammer 4 년 전
부모
커밋
d805755df8
3개의 변경된 파일25개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml
  2. 10
    0
      archiva-modules/archiva-web/archiva-security/pom.xml
  3. 5
    0
      pom.xml

+ 10
- 0
archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml 파일 보기

@@ -73,6 +73,16 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-jpa</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-cached</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>

+ 10
- 0
archiva-modules/archiva-web/archiva-security/pom.xml 파일 보기

@@ -111,6 +111,16 @@
</dependency>

<!-- Test Scoped -->
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-jpa</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-cached</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>

+ 5
- 0
pom.xml 파일 보기

@@ -1105,6 +1105,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-keys-cached</artifactId>
<version>${redback.version}</version>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-model</artifactId>

Loading…
취소
저장