Skip to content

Commit 02b763d

Browse files
committed
Update pom.xml
1 parent 7abe094 commit 02b763d

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

pom.xml

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
45
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<groupId>org.springframework.boot</groupId>
78
<artifactId>spring-boot-starter-parent</artifactId>
89
<version>2.6.0</version>
9-
<relativePath/>
10+
<relativePath />
1011
</parent>
1112
<groupId>net.laffyco.java-matching-engine</groupId>
1213
<artifactId>rest-api</artifactId>
@@ -16,33 +17,33 @@
1617
<properties>
1718
<java.version>1.8</java.version>
1819
</properties>
19-
20-
<profiles>
21-
<profile>
22-
<id>Repos</id>
23-
<repositories>
24-
<repository>
25-
<id>central</id>
26-
<url>https://repo1.maven.org/maven2</url>
27-
<releases><enabled>true</enabled></releases>
28-
<snapshots><enabled>true</enabled></snapshots>
29-
</repository>
30-
<repository>
31-
<id>github</id>
32-
<name>GitHub OWNER Apache Maven Packages</name>
33-
<url>https://maven.pkg.github.com/Laffini/Java-Matching-Engine-Core</url>
34-
</repository>
35-
</repositories>
36-
</profile>
37-
</profiles>
38-
20+
21+
<repositories>
22+
<repository>
23+
<id>central</id>
24+
<url>https://repo1.maven.org/maven2</url>
25+
<releases>
26+
<enabled>true</enabled>
27+
</releases>
28+
<snapshots>
29+
<enabled>true</enabled>
30+
</snapshots>
31+
</repository>
32+
<repository>
33+
<id>github</id>
34+
<name>GitHub OWNER Apache Maven Packages</name>
35+
<url>https://maven.pkg.github.com/Laffini/Java-Matching-Engine-Core</url>
36+
</repository>
37+
</repositories>
38+
39+
3940
<dependencies>
40-
<dependency>
41-
<groupId>net.laffyco.java-matching-engine</groupId>
42-
<artifactId>core</artifactId>
43-
<version>0.0.1</version>
44-
<scope>compile</scope>
45-
</dependency>
41+
<dependency>
42+
<groupId>net.laffyco.java-matching-engine</groupId>
43+
<artifactId>core</artifactId>
44+
<version>0.0.1</version>
45+
<scope>compile</scope>
46+
</dependency>
4647
<dependency>
4748
<groupId>org.springframework.boot</groupId>
4849
<artifactId>spring-boot-starter-web</artifactId>
@@ -68,13 +69,13 @@
6869
</plugin>
6970
</plugins>
7071
</build>
71-
72+
7273
<distributionManagement>
73-
<repository>
74-
<id>github</id>
75-
<name>GitHub Laffini Apache Maven Packages</name>
76-
<url>https://maven.pkg.github.com/Laffini/Java-Matching-Engine-REST-API</url>
77-
</repository>
78-
</distributionManagement>
74+
<repository>
75+
<id>github</id>
76+
<name>GitHub Laffini Apache Maven Packages</name>
77+
<url>https://maven.pkg.github.com/Laffini/Java-Matching-Engine-REST-API</url>
78+
</repository>
79+
</distributionManagement>
7980

8081
</project>

0 commit comments

Comments
 (0)