alchim31 ignores akka dependency

22 views
Skip to first unread message

David

unread,
Dec 3, 2014, 7:49:54 PM12/3/14
to maven-a...@googlegroups.com
Hello,

I am using the maven-scala-plugin to build a scala/akka application.

The output of "mvn compile" gives warnings:

[WARNING]  com.typesafe.akka:akka-actor_2.11:2.3.6 requires scala version: 2.11.2

I am wondering where the maven-scala-plugin is getting the 2.11 version of the actor framework from.

Also, when I comment out the dependency in my pom file:

<!--
<dependency>
    <groupId>com.typesafe.akka</groupId>
    <artifactId>akka-actor_2.10</artifactId>
    <version>${akka.version}</version>
    <scope>provided</scope>
</dependency>
-->

The application still builds!

Where is the maven-scala -plugin sourcing this framework(v2.11) from?

Thank you.

David Bernard

unread,
Dec 4, 2014, 2:00:52 AM12/4/14
to Maven and Scala
Hi,

See my reply to your other email.  The mailing list is modereted for the first post (to explain the lag)

PS: the artifactId of the plugin is not maven-scala-plugin (deprecated) but scala-maven-plugin.

--

---
You received this message because you are subscribed to the Google Groups "Maven and Scala" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maven-and-sca...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages