Now self-installing.
Showing
with
557 additions
and
45 deletions
... | ... | @@ -78,8 +78,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
<developers> | ||
<developer> | ||
<id>jlhawkwell@ladyserenakitty.com</id> | ||
<id>jlhawkwell</id> | ||
<name>Jessica Hawkwell</name> | ||
<email>[email protected]</email> | ||
<organization>StarPhoenix Media</organization> | ||
<organizationUrl>http://starphoenixmedia.com/</organizationUrl> | ||
<timezone>-5</timezone> | ||
... | ... | @@ -122,6 +123,30 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
</repository> | ||
</repositories> | ||
<dependencyManagement> | ||
<dependencies> | ||
<!-- PROJECT DEPENDENCIES ********************************************************************* PROJECT DEPENDENCIES --> | ||
<dependency> | ||
<groupId>org.apache.velocity</groupId> | ||
<artifactId>velocity</artifactId> | ||
<version>1.7</version> | ||
<scope>runtime</scope> | ||
<type>jar</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.testng</groupId> | ||
<artifactId>testng</artifactId> | ||
<version>6.8.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>me.felinewith.lang_toolkit.apps</groupId> | ||
<artifactId>bootstrap</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.testng</groupId> | ||
... | ... | @@ -297,25 +322,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma |
</plugins> | ||
</reporting> | ||
<dependencyManagement> | ||
<dependencies> | ||
<!-- PROJECT DEPENDENCIES ********************************************************************* PROJECT DEPENDENCIES --> | ||
<dependency> | ||
<groupId>org.apache.velocity</groupId> | ||
<artifactId>velocity</artifactId> | ||
<version>1.7</version> | ||
<scope>runtime</scope> | ||
<type>jar</type> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.testng</groupId> | ||
<artifactId>testng</artifactId> | ||
<version>6.8.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
<profiles> | ||
<profile> | ||
<id>ci</id> | ||
... | ... |
-
Please register or sign in to post a comment