Skip to content

Commit

Permalink
Fix parent
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Sep 30, 2024
1 parent 0ae68d3 commit f84c4bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-build-parent</artifactId>
<groupId>ai.timefold.solver.enterprise</groupId>
<artifactId>timefold-solver-enterprise-build-parent</artifactId>
<version>${version.ai.timefold.solver}</version>
<type>pom</type>
<scope>import</scope>
Expand All @@ -58,7 +58,6 @@
<dependency>
<groupId>ai.timefold.solver.enterprise</groupId>
<artifactId>timefold-solver-enterprise-core</artifactId>
<version>${version.ai.timefold.solver}</version>
</dependency>
<dependency>
<groupId>ai.timefold.solver</groupId>
Expand Down Expand Up @@ -124,7 +123,6 @@
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-core</artifactId>
<version>${version.ai.timefold.solver}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit f84c4bf

Please sign in to comment.