We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52b65f8 + 09089ed commit fb03734Copy full SHA for fb03734
util/pom.xml
@@ -70,6 +70,7 @@
70
<groupId>com.microsoft.azure</groupId>
71
<artifactId>adal4j</artifactId>
72
<version>1.6.0</version>
73
+ <optional>true</optional>
74
</dependency>
75
<dependency>
76
<groupId>ch.qos.logback</groupId>
@@ -102,11 +103,11 @@
102
103
<scope>test</scope>
104
105
- <groupId>com.github.tomakehurst</groupId>
106
- <artifactId>wiremock</artifactId>
107
- <version>2.19.0</version>
108
- <scope>test</scope>
109
- </dependency>
+ <groupId>com.github.tomakehurst</groupId>
+ <artifactId>wiremock</artifactId>
+ <version>2.19.0</version>
+ <scope>test</scope>
110
+ </dependency>
111
</dependencies>
112
<build>
113
<plugins>
0 commit comments