You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by bh...@apache.org on 2019/09/06 10:48:28 UTC

[incubator-dlab] branch bil-2 updated: DLAB-23 pom fixed

This is an automated email from the ASF dual-hosted git repository.

bhliva pushed a commit to branch bil-2
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/bil-2 by this push:
     new eed9091  DLAB-23 pom fixed
eed9091 is described below

commit eed9091c743c8a93233b26151003b75f20383881
Author: bhliva <bo...@epam.com>
AuthorDate: Fri Sep 6 13:48:18 2019 +0300

    DLAB-23 pom fixed
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7adf07..2ad1fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,21 +38,18 @@
             <id>aws</id>
             <modules>
                 <module>services/billing-aws</module>
-                <module>services/security-aws</module>
             </modules>
         </profile>
         <profile>
             <id>azure</id>
             <modules>
                 <module>services/billing-azure</module>
-                <module>services/security-azure</module>
             </modules>
         </profile>
         <profile>
             <id>gcp</id>
             <modules>
                 <module>services/billing-gcp</module>
-                <module>services/security-gcp</module>
             </modules>
         </profile>
     </profiles>
@@ -66,6 +63,9 @@
         <module>services/dlab-utils</module>
         <module>services/dlab-webapp-common</module>
         <module>services/dlab-mongo-migration</module>
+        <module>services/security-azure</module>
+        <module>services/security-gcp</module>
+        <module>services/security-aws</module>
     </modules>
 
     <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org