Skip to content

Commit fb03734

Browse files
authored
Merge pull request #497 from briandealwis/adal4j-optional
Mark com.microsoft.azure.adal4j optional
2 parents 52b65f8 + 09089ed commit fb03734

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

util/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<groupId>com.microsoft.azure</groupId>
7171
<artifactId>adal4j</artifactId>
7272
<version>1.6.0</version>
73+
<optional>true</optional>
7374
</dependency>
7475
<dependency>
7576
<groupId>ch.qos.logback</groupId>
@@ -102,11 +103,11 @@
102103
<scope>test</scope>
103104
</dependency>
104105
<dependency>
105-
<groupId>com.github.tomakehurst</groupId>
106-
<artifactId>wiremock</artifactId>
107-
<version>2.19.0</version>
108-
<scope>test</scope>
109-
</dependency>
106+
<groupId>com.github.tomakehurst</groupId>
107+
<artifactId>wiremock</artifactId>
108+
<version>2.19.0</version>
109+
<scope>test</scope>
110+
</dependency>
110111
</dependencies>
111112
<build>
112113
<plugins>

0 commit comments

Comments
 (0)