We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4e362 commit d55c4e8Copy full SHA for d55c4e8
pom.xml
@@ -85,6 +85,13 @@
85
<id>jitpack.io</id>
86
<url>https://jitpack.io</url>
87
</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>
95
</repositories>
96
97
<dependencies>
@@ -95,10 +102,10 @@
102
<scope>provided</scope>
103
</dependency>
104
<dependency>
98
- <groupId>com.github.lequal.i-CodeCNES</groupId>
105
+ <groupId>fr.cnes.icode</groupId>
99
106
<artifactId>icode-library</artifactId>
100
- <version>5.0.0</version>
101
- </dependency>
107
+ <version>5.1.0</version>
108
+ </dependency>
109
110
<groupId>commons-lang</groupId>
111
<artifactId>commons-lang</artifactId>
0 commit comments