We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01f945 commit 98c8bebCopy full SHA for 98c8beb
1 file changed
pom.xml
@@ -22,6 +22,7 @@
22
<junit.version>5.10.0</junit.version>
23
<teragrep.tls_01.version>0.7.1</teragrep.tls_01.version>
24
<teragrep.poj_01.version>3.0.0</teragrep.poj_01.version>
25
+ <teragrep.stb_01.version>1.0.0</teragrep.stb_01.version>
26
</properties>
27
<licenses>
28
<license>
@@ -47,6 +48,12 @@
47
48
<groupId>com.teragrep</groupId>
49
<artifactId>poj_01</artifactId>
50
<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>
57
</dependency>
58
<!-- tls-channel, without slf4j -->
59
<dependency>
0 commit comments