diff options
author | Joshua Reich <jreich@research.att.com> | 2019-04-15 11:54:48 -0700 |
---|---|---|
committer | Joshua Reich <jreich@research.att.com> | 2019-04-15 12:04:02 -0700 |
commit | a91076ff372a49d080b78b3608bb0d7d26055741 (patch) | |
tree | 5e22f1fe07e40c294ff3a6554c731f5c4dc9c4e4 /controlloop/templates/pom.xml | |
parent | 50be587b3604c958faa438cd587364da8f49d9a7 (diff) |
Removing no longer needed demo code.
Coordination code has been merged into xacml-pdp, this code
is no longer needed.
Change-Id: I96995c89d7248744c4261b7c02348c0d30d545b5
Issue-ID: POLICY-1471
Signed-off-by: Joshua Reich <jreich@research.att.com>
Diffstat (limited to 'controlloop/templates/pom.xml')
-rw-r--r-- | controlloop/templates/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/controlloop/templates/pom.xml b/controlloop/templates/pom.xml index b40f1287b..01e1fb932 100644 --- a/controlloop/templates/pom.xml +++ b/controlloop/templates/pom.xml @@ -7,9 +7,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -33,7 +33,6 @@ <modules> <module>template.demo</module> - <module>template.demo.clc</module> <module>archetype-cl-amsterdam</module> <module>archetype-cl-usecases</module> </modules> |