diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-08-17 15:38:01 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-08-19 12:49:56 +0200 |
commit | 3341ac467cc08ac95f937945c7502ac4a019d805 (patch) | |
tree | 1b13df9f8709d123c6fe50a9fa21d3686554e65f /infra/minimal-distribution/pom.xml | |
parent | 672f0c90fdbf4b5dc60cbfaaaf262e16561fdb7a (diff) |
Make Restconf thread pools configurable
Change-Id: Ie03a1fde5181cfd8457e36d67afc2cc0c69c1e1d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/pom.xml')
-rw-r--r-- | infra/minimal-distribution/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 43f7a1100..2fa936745 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -80,7 +80,7 @@ <!-- DI--> <dependency> <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy-all</artifactId> + <artifactId>groovy</artifactId> <version>${groovy.version}</version> </dependency> <dependency> |