Skip to content

Commit f915e5a

Browse files
zazaafrittoli
authored andcommitted
Fixes #4: sdk should only depend on cloudevents-core
1 parent 6c70982 commit f915e5a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
<dependencies>
2222
<dependency>
2323
<groupId>io.cloudevents</groupId>
24-
<artifactId>cloudevents-http-basic</artifactId>
25-
<version>${cloudevents.version}</version>
26-
</dependency>
27-
<dependency>
28-
<groupId>io.cloudevents</groupId>
29-
<artifactId>cloudevents-json-jackson</artifactId>
24+
<artifactId>cloudevents-core</artifactId>
3025
<version>${cloudevents.version}</version>
3126
</dependency>
3227

0 commit comments

Comments
 (0)