Skip to content

Commit a61583f

Browse files
committed
Delete azure-functions-maven-plugin from pom and clasify mockito to test scope
1 parent 000a9d9 commit a61583f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gxazureserverless/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<version>3.1.0</version>
2828
</dependency>
2929

30-
<dependency>
31-
<groupId>com.microsoft.azure</groupId>
32-
<artifactId>azure-functions-maven-plugin</artifactId>
33-
<version>1.39.0</version>
34-
</dependency>
3530

3631
<dependency>
3732
<groupId>io.cloudevents</groupId>
@@ -61,6 +56,7 @@
6156
<groupId>org.mockito</groupId>
6257
<artifactId>mockito-core</artifactId>
6358
<version>5.12.0</version>
59+
<scope>test</scope>
6460
</dependency>
6561

6662
<dependency>

0 commit comments

Comments
 (0)