update smart-admin-service/pom.xml.

This commit is contained in:
Admin 2022-02-16 06:02:49 +00:00 committed by Gitee
parent 6e9de72bf4
commit ce3f8a0c76
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -325,7 +325,9 @@
<properties>
<profiles.active>dev</profiles.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<id>telework</id>
@ -350,9 +352,7 @@
<properties>
<profiles.active>prod</profiles.active>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>