Skip to content

Commit cff0859

Browse files
committed
depdendancy corrected
1 parent 15c9ea9 commit cff0859

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

errorcode-generator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
<version>1.11.1</version>
3939
</dependency>
4040
<dependency>
41-
<groupId>com.github.cloudimpl</groupId>
42-
<artifactId>codegen4j</artifactId>
43-
<version>2.0.0.10</version>
41+
<groupId>com.cloudimpl</groupId>
42+
<artifactId>codegen-lib</artifactId>
43+
<version>2.0.0.12</version>
4444
</dependency>
4545
</dependencies>
4646
<build>

example/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
<cloudImpl.errorCode.package>com.cloudimpl.sample.error</cloudImpl.errorCode.package>
1515
<cloudImpl.errorCode.errorFileName>Sample</cloudImpl.errorCode.errorFileName>
1616
</properties>
17-
<repositories>
18-
<repository>
19-
<id>jitpack.io</id>
20-
<url>https://jitpack.io</url>
21-
</repository>
22-
</repositories>
2317
<build>
2418
<plugins>
2519

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@
3232
<developerConnection>scm:git:ssh://github.com:cloudimpl/errorcode4j.git</developerConnection>
3333
<url>http://github.com/cloudimpl/errorcode4j/tree/master</url>
3434
</scm>
35-
<repositories>
36-
<repository>
37-
<id>jitpack.io</id>
38-
<url>https://jitpack.io</url>
39-
</repository>
40-
</repositories>
41-
4235
<properties>
4336
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4437
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)