JAVA-2395 Fixed compilation issue (#10496)

Co-authored-by: 13400152 <a13400152@MAC13400152.local>
This commit is contained in:
Dhawal Kapil 2021-02-17 00:20:14 +05:30 committed by GitHub
parent 8ad0682993
commit 540ca5df0b
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung.servicemodule</groupId>
<artifactId>servicemodule</artifactId>
<artifactId>servicemodule2</artifactId>
<version>${servicemodule.version}</version>
</dependency>
<dependency>
@ -41,4 +41,4 @@
<providermodule.version>1.0</providermodule.version>
</properties>
</project>
</project>