Skip to content

Commit

Permalink
fix dyc87112#52: add pegdown
Browse files Browse the repository at this point in the history
  • Loading branch information
yansheng836 committed Aug 1, 2020
1 parent 3147a0f commit 37485f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 2.1.x/chapter2-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<version>1.3.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
<version>1.4.2</version>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.nio.file.Paths;

@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
@SpringBootTest()
public class DemoApplicationTests {

@Test
Expand Down

0 comments on commit 37485f5

Please sign in to comment.