Skip to content

Commit

Permalink
Use software.amazon.eventstream:eventstream
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmitt authored and dagnir committed May 2, 2019
1 parent af60e6f commit 0e8bbee
Showing 23 changed files with 13 additions and 2,088 deletions.
8 changes: 4 additions & 4 deletions bom-internal/pom.xml
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@
<dependencies>
<!-- Non-Test Dependencies -->
<dependency>
<groupId>software.amazon</groupId>
<artifactId>flow</artifactId>
<version>${flow.version}</version>
<groupId>software.amazon.eventstream</groupId>
<artifactId>eventstream</artifactId>
<version>${eventstream.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -318,4 +318,4 @@
</dependencies>
</dependencyManagement>

</project>
</project>
4 changes: 2 additions & 2 deletions core/auth/pom.xml
Original file line number Diff line number Diff line change
@@ -52,8 +52,8 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>software.amazon</groupId>
<artifactId>flow</artifactId>
<groupId>software.amazon.eventstream</groupId>
<artifactId>eventstream</artifactId>
</dependency>

<dependency>
6 changes: 3 additions & 3 deletions core/aws-core/pom.xml
Original file line number Diff line number Diff line change
@@ -53,8 +53,8 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>software.amazon</groupId>
<artifactId>flow</artifactId>
<groupId>software.amazon.eventstream</groupId>
<artifactId>eventstream</artifactId>
</dependency>

<dependency>
@@ -146,5 +146,5 @@
</plugins>
</build>


</project>
25 changes: 0 additions & 25 deletions flow/build.properties

This file was deleted.

90 changes: 0 additions & 90 deletions flow/pom.xml

This file was deleted.

78 changes: 0 additions & 78 deletions flow/src/main/java/software/amazon/eventstream/CRC32C.java

This file was deleted.

38 changes: 0 additions & 38 deletions flow/src/main/java/software/amazon/eventstream/Checksums.java

This file was deleted.

84 changes: 0 additions & 84 deletions flow/src/main/java/software/amazon/eventstream/Header.java

This file was deleted.

Loading

0 comments on commit 0e8bbee

Please sign in to comment.