Skip to content

Commit d55c4e8

Browse files
Get dependencies from github
1 parent ef4e362 commit d55c4e8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@
8585
<id>jitpack.io</id>
8686
<url>https://jitpack.io</url>
8787
</repository>
88+
<repository>
89+
<id>github</id>
90+
<url>https://maven.pkg.github.com/cnescatlab/i-CodeCNES</url>
91+
<snapshots>
92+
<enabled>true</enabled>
93+
</snapshots>
94+
</repository>
8895
</repositories>
8996

9097
<dependencies>
@@ -95,10 +102,10 @@
95102
<scope>provided</scope>
96103
</dependency>
97104
<dependency>
98-
<groupId>com.github.lequal.i-CodeCNES</groupId>
105+
<groupId>fr.cnes.icode</groupId>
99106
<artifactId>icode-library</artifactId>
100-
<version>5.0.0</version>
101-
</dependency>
107+
<version>5.1.0</version>
108+
</dependency>
102109
<dependency>
103110
<groupId>commons-lang</groupId>
104111
<artifactId>commons-lang</artifactId>

0 commit comments

Comments
 (0)