- update dependencies
- update howto in README.txt
- add optional wasp dependency check plugin
- remove profile from yaafi as it is moved to turbine parent 4 (same id)

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi@1809849 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index fcec2a5..8b9f784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 -->

 <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">

   <parent>

- <artifactId>turbine-parent</artifactId>

+       <artifactId>turbine-parent</artifactId>

        <groupId>org.apache.turbine</groupId>

        <version>4</version>

   </parent>

@@ -119,27 +119,4 @@
     <!-- This bits are used for the staging directory -->

     <turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path>

   </properties>  

-  <profiles>

-   <profile>

-    <!-- ignore doclint errors (should be warnings) -->

-        <id>java8</id>

-        <activation>

-            <jdk>1.8</jdk>								

-        </activation>

-		<build>

-			<plugins>

-				<plugin>

-				<groupId>org.apache.maven.plugins</groupId>

-				<artifactId>maven-javadoc-plugin</artifactId>

-				<configuration>

-					<additionalparam>-Xdoclint:none</additionalparam>

-				</configuration>

-		    </plugin>

-		  </plugins>

-		</build>

-        <properties>

-		  <javadoc.opts>-Xdoclint:none</javadoc.opts>

-		</properties>

-    </profile>

-  </profiles>

 </project>
\ No newline at end of file