Skip to content

Commit fa7c3ab

Browse files
authored
[JAVA-42553] Aligned default and integration profile (#18077)
1 parent 38ae798 commit fa7c3ab

File tree

2 files changed

+50
-52
lines changed

2 files changed

+50
-52
lines changed

Diff for: azure-functions/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
54
<artifactId>azure-functions</artifactId>
65
<version>1.0.0-SNAPSHOT</version>
76
<name>azure-functions</name>
@@ -84,8 +83,8 @@
8483
<name>COSMOS_DB</name>
8584
<value>AccountEndpoint=https://baeldungcosmosdbdemo.documents.azure.com:443/;AccountKey=GXPD2zqqpYYYYYYYYKv4sFa66jE2W5XXXXXXXXXXXf33mInPKGxmLuLn6mivocLCACDbbIlhDQ==;</value>
8685
</property>
87-
8886
</appSettings>
87+
<skip>true</skip>
8988
</configuration>
9089
<executions>
9190
<execution>

0 commit comments

Comments
 (0)