Skip to content

Commit c0163f3

Browse files
committed
Fix compilation bugs
1 parent 5601a77 commit c0163f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

encon-terms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<dependency>
1919
<groupId>${project.groupId}</groupId>
20-
<artifactId>encon-base</artifactId>
20+
<artifactId>encon-common</artifactId>
2121
<version>${project.version}</version>
2222
</dependency>
2323

encon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</dependency>
2828
<dependency>
2929
<groupId>${project.groupId}</groupId>
30-
<artifactId>encon-base</artifactId>
30+
<artifactId>encon-common</artifactId>
3131
<version>${project.version}</version>
3232
</dependency>
3333

0 commit comments

Comments
 (0)