Skip to content

Commit 189c793

Browse files
committed
Fix build
1 parent ac209be commit 189c793

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<properties>
1818
<embabel-common.version>1.0.0-SNAPSHOT</embabel-common.version>
1919
<embabel-agent-api.version>1.0.0-SNAPSHOT</embabel-agent-api.version>
20+
<examples-common.version>1.0.0-SNAPSHOT</examples-common.version>
21+
2022
</properties>
2123

2224
<!-- Embabel BOM(s) -->
@@ -64,6 +66,7 @@
6466
<dependency>
6567
<groupId>com.embabel.agent.example</groupId>
6668
<artifactId>examples-common</artifactId>
69+
<version>${examples-common.version}</version>
6770
</dependency>
6871

6972
<dependency>

src/main/kotlin/com/embabel/coding/domain/InMemorySoftwareProjectRepository.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
package com.embabel.coding.domain
1717

18-
import com.embabel.examples.common.InMemoryCrudRepository
18+
import com.embabel.example.common.InMemoryCrudRepository
1919
import org.springframework.stereotype.Service
2020

2121
@Service

0 commit comments

Comments
 (0)