ccjgmwz 3 tahun lalu
induk
melakukan
9857e8577f
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

@@ -184,9 +184,6 @@
             <properties>
                 <env>local</env>
             </properties>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
         </profile>
         <profile>
             <id>dev</id>
@@ -205,6 +202,9 @@
             <properties>
                 <env>prod</env>
             </properties>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
 
 
         </profile>