Skip to content

Commit aa90669

Browse files
committed
Remove report and dataflow functions
1 parent 0288533 commit aa90669

26 files changed

Lines changed: 6 additions & 1709 deletions

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>io.github.jpmorganchase.fusion</groupId>
@@ -28,8 +29,8 @@
2829
<connection>scm:git:https://github.com/jpmorganchase/fusion-java-sdk.git</connection>
2930
<developerConnection>scm:git:https://github.com/jpmorganchase/fusion-java-sdk.git</developerConnection>
3031
<url>https://github.com/jpmorganchase/fusion-java-sdk/tree/main</url>
31-
<tag>HEAD</tag>
32-
</scm>
32+
<tag>HEAD</tag>
33+
</scm>
3334

3435
<developers>
3536
<developer>
@@ -74,7 +75,7 @@
7475
<dependency>
7576
<groupId>ch.qos.logback</groupId>
7677
<artifactId>logback-classic</artifactId>
77-
<version>1.3.12</version> <!-- logback >1.3.x does not support JDK8 -->
78+
<version>1.3.15</version> <!-- logback >1.3.x does not support JDK8 -->
7879
<scope>test</scope>
7980
</dependency>
8081

@@ -123,7 +124,7 @@
123124
<dependency>
124125
<groupId>au.com.dius.pact.consumer</groupId>
125126
<artifactId>junit5</artifactId>
126-
<version>4.1.41</version>
127+
<version>4.1.43</version>
127128
<scope>test</scope>
128129
</dependency>
129130

src/it/java/io/github/jpmorganchase/fusion/packaging/DataFlowOperationsIT.java

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)