Skip to content

Commit 98c8beb

Browse files
authored
poj_01 set to test scope, add stb_01 as its own dependency (#87)
1 parent b01f945 commit 98c8beb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<junit.version>5.10.0</junit.version>
2323
<teragrep.tls_01.version>0.7.1</teragrep.tls_01.version>
2424
<teragrep.poj_01.version>3.0.0</teragrep.poj_01.version>
25+
<teragrep.stb_01.version>1.0.0</teragrep.stb_01.version>
2526
</properties>
2627
<licenses>
2728
<license>
@@ -47,6 +48,12 @@
4748
<groupId>com.teragrep</groupId>
4849
<artifactId>poj_01</artifactId>
4950
<version>${teragrep.poj_01.version}</version>
51+
<scope>test</scope>
52+
</dependency>
53+
<dependency>
54+
<groupId>com.teragrep</groupId>
55+
<artifactId>stb_01</artifactId>
56+
<version>${teragrep.stb_01.version}</version>
5057
</dependency>
5158
<!-- tls-channel, without slf4j -->
5259
<dependency>

0 commit comments

Comments
 (0)