Skip to content

Commit

Permalink
removed some junit dependencies, updated parent pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
gserrano committed Oct 20, 2021
1 parent bc65a50 commit cf20860
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions component-kotlin/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@
<artifactId>kotlin-test-junit5</artifactId>
<version>${dep.kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>${dep.junit-platform.version}</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>${dep.junit-platform.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ groupId=com.opentable.it
artifactId=component-it
version=0.1.2-SNAPSHOT
package=com.opentable.it
otj-parent-version=256
otj-parent-version=278
archetype.filteredExtensions=java,kt,kotlin
archetype.languages=groovy,kotlin,kt

4 comments on commit cf20860

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build ???.14/merge.35 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build 0.0.9-SNAPSHOT.14/merge.35 outcome was FAILURE
Summary: Exit code 1 (Step: Run tests (Maven)) Build time: 00:02:57

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build ???.14/merge.36 is now running

@opentable-devops
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Architecture Team / Java TC Platform / otj-spring-archetypes / PR Build Build 0.0.9-SNAPSHOT.14/merge.36 outcome was FAILURE
Summary: Exit code 1 (Step: Run tests (Maven)) Build time: 00:02:31

Please sign in to comment.