Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#239 Remove UI Data Flow Components #240

Merged
merged 1 commit into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions packages/webui-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>cluster-rpc-client</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dataflow-rpc-client</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>marketdata-rpc-client</artifactId>
Expand All @@ -57,11 +53,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>webui-admin</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webui-dataflow</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webui-fix</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import org.marketcetera.cluster.SimpleClusterMemberFactory;
import org.marketcetera.core.ContextClassAggregator;
import org.marketcetera.core.XmlService;
import org.marketcetera.dataflow.client.rpc.DataFlowRpcClientFactory;
import org.marketcetera.fix.FixAdminRpcClientFactory;
import org.marketcetera.fix.FixSessionAttributeDescriptorFactory;
import org.marketcetera.fix.MutableActiveFixSessionFactory;
Expand Down Expand Up @@ -148,16 +147,6 @@ public ClusterRpcClientFactory getClusterClientFactory()
{
return new ClusterRpcClientFactory();
}
/**
* Get the data flow client factory value.
*
* @return a <code>DataFlowClientFactory</code> value
*/
@Bean
public DataFlowRpcClientFactory getDataFlowClientFactory()
{
return new DataFlowRpcClientFactory();
}
/**
* Get the market data client factory value.
*
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,6 @@
<artifactId>webui-admin</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webui-dataflow</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>webui-fix</artifactId>
Expand Down
1 change: 0 additions & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<module>webui-admin</module>
<module>webui-core</module>
<module>webui-cluster</module>
<module>webui-dataflow</module>
<module>webui-fix</module>
<module>webui-marketdata</module>
<module>webui-trade</module>
Expand Down
35 changes: 0 additions & 35 deletions ui/webui-dataflow/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading