We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ae798 commit fa7c3abCopy full SHA for fa7c3ab
azure-functions/pom.xml
@@ -1,7 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<modelVersion>4.0.0</modelVersion>
4
-
5
<artifactId>azure-functions</artifactId>
6
<version>1.0.0-SNAPSHOT</version>
7
<name>azure-functions</name>
@@ -84,8 +83,8 @@
84
83
<name>COSMOS_DB</name>
85
<value>AccountEndpoint=https://baeldungcosmosdbdemo.documents.azure.com:443/;AccountKey=GXPD2zqqpYYYYYYYYKv4sFa66jE2W5XXXXXXXXXXXf33mInPKGxmLuLn6mivocLCACDbbIlhDQ==;</value>
86
</property>
87
88
</appSettings>
+ <skip>true</skip>
89
</configuration>
90
<executions>
91
<execution>
0 commit comments