Skip to content

Commit 4b41db9

Browse files
committed
jitopack added
1 parent 5255a26 commit 4b41db9

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

errorcode-generator/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<version>1.11.1</version>
3939
</dependency>
4040
<dependency>
41-
<groupId>${project.groupId}</groupId>
42-
<artifactId>codegen-lib</artifactId>
43-
<version>2.0.0</version>
44-
</dependency>
41+
<groupId>com.github.cloudimpl</groupId>
42+
<artifactId>codegen4j</artifactId>
43+
<version>2.0.0.10</version>
44+
</dependency>
4545
</dependencies>
4646
<build>
4747
<plugins>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
<module>errorcode-generator</module>
1111
<module>example</module>
1212
</modules>
13+
<repositories>
14+
<repository>
15+
<id>jitpack.io</id>
16+
<url>https://jitpack.io</url>
17+
</repository>
18+
</repositories>
1319
<properties>
1420
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1521
<maven.compiler.source>1.8</maven.compiler.source>

0 commit comments

Comments
 (0)