Skip to content

Commit

Permalink
applies the review-remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoimariew committed Nov 17, 2023
1 parent 4ff6dd5 commit 1948b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions basyx.aasenvironment/basyx.aasenvironment.component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@

<dependencies>

<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.aasrepository.component</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@
*/

@RunWith(Suite.class)
@Suite.SuiteClasses({
AASRepositoryIT.class,
SubmodelRepositoryIT.class,
ConceptDescriptionRepositoryIT.class,
})

@Suite.SuiteClasses({ AASRepositoryIT.class, SubmodelRepositoryIT.class, ConceptDescriptionRepositoryIT.class, })
public class AASEnvironmentIT {

}

0 comments on commit 1948b92

Please sign in to comment.