mirror of https://github.com/apache/maven.git
o Updated with the plexus-marmalade-factory dependency to get the PlexusComponentTag interface, so this loader's mojos will be compatible with the marmalade component factory
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa28ec7da1
commit
df5a28b373
|
@ -32,5 +32,10 @@
|
|||
<artifactId>marmalade-el-ognl</artifactId>
|
||||
<version>1.0-alpha1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>plexus</groupId>
|
||||
<artifactId>plexus-marmalade-factory</artifactId>
|
||||
<version>1.0-alpha1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue