Skip to content

Commit 227a256

Browse files
authored
Added scalecube-artifacts (#34)
1 parent 87bc24e commit 227a256

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
57
<groupId>io.scalecube</groupId>
68
<artifactId>scalecube-parent</artifactId>
7-
<version>0.3.18</version>
9+
<version>0.3.19</version>
810
</parent>
911

1012
<artifactId>scalecube-bom</artifactId>
@@ -39,6 +41,7 @@
3941
<scalecube-metrics.version>0.1.9</scalecube-metrics.version>
4042
<scalecube-reports.version>0.1.2</scalecube-reports.version>
4143
<scalecube-test-support.version>0.1.3</scalecube-test-support.version>
44+
<scalecube-artifacts.version>0.1.1</scalecube-artifacts.version>
4245

4346
<distributionManagement.url>https://maven.pkg.github.com/scalecube/scalecube-bom
4447
</distributionManagement.url>
@@ -164,6 +167,13 @@
164167
<artifactId>scalecube-test-support</artifactId>
165168
<version>${scalecube-test-support.version}</version>
166169
</dependency>
170+
171+
<!-- Artifacts -->
172+
<dependency>
173+
<groupId>io.scalecube</groupId>
174+
<artifactId>scalecube-artifacts</artifactId>
175+
<version>${scalecube-artifacts.version}</version>
176+
</dependency>
167177
</dependencies>
168178
</dependencyManagement>
169179

0 commit comments

Comments
 (0)