-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yml
42 lines (40 loc) · 1.52 KB
/
dependencies.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Application dependencies
require:
# Modules
- play
- play -> secure
- play -> crud
- storage -> deadbolt 1.5.4
- storage -> cnm 2.0
- storage -> gravatar 1.0.2
- storage -> elasticsearch 0.6.2-eXo
- storage -> excel 1.2.3x
- storage -> paginate 0.14
- storage -> betterlogs 1.0
- com.atlassian.crowd -> embedded-crowd-api 2.9.0-OD-049
- com.atlassian.security -> atlassian-cookie-tools 3.2.4
- com.atlassian.crowd -> crowd-integration-client-common 2.9.0-OD-049
- com.atlassian.crowd -> crowd-integration-api 2.9.0-OD-049
- com.atlassian.crowd -> crowd-integration-client-rest 2.9.0-OD-049
- org.eclipse.mylyn.github -> org.eclipse.egit.github.core 3.6.2.201501210735-r
- com.squareup.okhttp -> okhttp-urlconnection 2.2.0
- com.google.guava -> guava 18.0
- org.jadira.usertype -> usertype.core 4.0.0.GA
- com.google.apis -> google-api-services-admin-directory directory_v1-rev50-1.19.1:
exclude:
- com.google.guava -> *
repositories:
# Override mavenCentral by our nexus repository
- mavenCentral:
type: iBiblio
root: "https://repository.exoplatform.org/public"
- akka:
type: iBiblio
root: "http://repo.typesafe.com/typesafe/akka-releases-cache/"
contains:
- se.scalablesolutions.akka -> *
- exoplatform-storage:
type: http
artifact: "http://storage.exoplatform.org/public/play/modules/[module]/[module]-[revision].zip"
contains:
- storage -> *