Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <properties>
  2. <maven.compiler.target>11</maven.compiler.target>
  3. <maven.compiler.source>11</maven.compiler.source>
  4. </properties>
  5.  
  6. <dependencies>
  7. <dependency>
  8. <groupId>org.junit.jupiter</groupId>
  9. <artifactId>junit-jupiter</artifactId>
  10. <version>5.5.2</version>
  11. <scope>test</scope>
  12. </dependency>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement