| <?xml version="1.0" encoding="utf-8"?> |
| <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://maven.apache.org/POM/4.0.0"> |
| <parent> |
| <artifactId>NPANDAY_571_AzureSDKVersionTest-parent</artifactId> |
| <groupId>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest</groupId> |
| <version>1.0-SNAPSHOT</version> |
| <relativePath>..\pom.xml</relativePath> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <artifactId>WorkerRole1</artifactId> |
| <packaging>dotnet-library</packaging> |
| <name>NPanday.ITs.NPANDAY_571_AzureSDKVersionTest : WorkerRole1</name> |
| <build> |
| <sourceDirectory>./</sourceDirectory> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.npanday.plugins</groupId> |
| <artifactId>maven-compile-plugin</artifactId> |
| <extensions>true</extensions> |
| <configuration> |
| <frameworkVersion>4.0</frameworkVersion> |
| <define>DEBUG;TRACE</define> |
| <includeSources> |
| <includeSource>Properties\AssemblyInfo.cs</includeSource> |
| <includeSource>WorkerRole.cs</includeSource> |
| </includeSources> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.npanday.plugins</groupId> |
| <artifactId>application-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>package-application</id> |
| <goals> |
| <goal>assemble-package-files</goal> |
| <goal>process-configs</goal> |
| <goal>create-package</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| <dependencies> |
| <dependency> |
| <groupId>Microsoft.WindowsAzure.Configuration</groupId> |
| <artifactId>Microsoft.WindowsAzure.Configuration</artifactId> |
| <version>1.7.0.0</version> |
| <type>dotnet-library</type> |
| </dependency> |
| <dependency> |
| <groupId>Microsoft.WindowsAzure.Diagnostics</groupId> |
| <artifactId>Microsoft.WindowsAzure.Diagnostics</artifactId> |
| <version>1.7.0.0</version> |
| <type>dotnet-library</type> |
| </dependency> |
| <dependency> |
| <groupId>Microsoft.WindowsAzure.ServiceRuntime</groupId> |
| <artifactId>Microsoft.WindowsAzure.ServiceRuntime</artifactId> |
| <version>1.7.0.0</version> |
| <type>dotnet-library</type> |
| </dependency> |
| <dependency> |
| <groupId>Microsoft.WindowsAzure.StorageClient</groupId> |
| <artifactId>Microsoft.WindowsAzure.StorageClient</artifactId> |
| <version>1.7.0.0</version> |
| <type>dotnet-library</type> |
| </dependency> |
| <dependency> |
| <groupId>System.Data.Services.Client</groupId> |
| <artifactId>System.Data.Services.Client</artifactId> |
| <version>4.0.0.0</version> |
| <type>gac_msil4</type> |
| <classifier>b77a5c561934e089</classifier> |
| </dependency> |
| </dependencies> |
| <repositories> |
| <repository> |
| <id>azure-it-repo</id> |
| <url>file:${basedir}/../../Azure17Bootstrap/azure-repo</url> |
| <snapshots> |
| <enabled>false</enabled> |
| </snapshots> |
| </repository> |
| </repositories> |
| </project> |