Skip to content

Commit

Permalink
Ignore all modules but S3
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed May 8, 2019
1 parent 277d965 commit 156e752
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
lazy val modules: Seq[ProjectReference] = Seq(
amqp,
awslambda,
azureStorageQueue,
cassandra,
csv,
dynamodb,
elasticsearch,
files,
ftp,
geode,
googleCloudPubSub,
hbase,
ironmq,
jms,
kinesis,
mongodb,
mqtt,
orientdb,
// amqp,
// awslambda,
// azureStorageQueue,
// cassandra,
// csv,
// dynamodb,
// elasticsearch,
// files,
// ftp,
// geode,
// googleCloudPubSub,
// hbase,
// ironmq,
// jms,
// kinesis,
// mongodb,
// mqtt,
// orientdb,
s3,
springWeb,
simpleCodecs,
slick,
sns,
solr,
sqs,
sse,
unixdomainsocket,
xml
// springWeb,
// simpleCodecs,
// slick,
// sns,
// solr,
// sqs,
// sse,
// unixdomainsocket,
// xml
)

lazy val alpakka = project
Expand Down

0 comments on commit 156e752

Please sign in to comment.