Skip to content

Commit 3f5b750

Browse files
committed
fix archetype artifacts in dependencyManagement
1 parent 9766429 commit 3f5b750

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -877,17 +877,12 @@ limitations under the License.
877877
</dependency>
878878
<dependency>
879879
<groupId>de.learnlib.archetypes</groupId>
880-
<artifactId>complete</artifactId>
881-
<version>${project.version}</version>
882-
</dependency>
883-
<dependency>
884-
<groupId>de.learnlib.archetypes</groupId>
885-
<artifactId>core</artifactId>
880+
<artifactId>basic</artifactId>
886881
<version>${project.version}</version>
887882
</dependency>
888883
<dependency>
889884
<groupId>de.learnlib.archetypes</groupId>
890-
<artifactId>typical</artifactId>
885+
<artifactId>complete</artifactId>
891886
<version>${project.version}</version>
892887
</dependency>
893888

0 commit comments

Comments
 (0)