File tree 1 file changed +4
-12
lines changed
src/BuildingBlocks/EventBus/eventbus
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 7
7
<artifactId >eventbus</artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
9
<parent >
10
- <groupId >org.springframework.boot </groupId >
11
- <artifactId >spring-boot-starter-parent </artifactId >
12
- <version >3.3.6 </version >
10
+ <groupId >com.eshoponcontainers </groupId >
11
+ <artifactId >base-pom </artifactId >
12
+ <version >0.0.1-SNAPSHOT </version >
13
13
<relativePath /> <!-- lookup parent from repository -->
14
14
</parent >
15
15
<properties >
16
16
<maven .compiler.source>17</maven .compiler.source>
17
17
<maven .compiler.target>17</maven .compiler.target>
18
18
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19
- </properties >
20
-
21
- <distributionManagement >
22
- <repository >
23
- <id >github</id >
24
- <name >github</name >
25
- <url >https://maven.pkg.github.com/harshaghanta/mvnrepository</url >
26
- </repository >
27
- </distributionManagement >
19
+ </properties >
28
20
29
21
<dependencies >
30
22
<dependency >
You can’t perform that action at this time.
0 commit comments