Subversion Repositories SmartDukaan

Rev

Rev 16852 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16852 Rev 17783
Line 34... Line 34...
34
        <artifactId>maven-compiler-plugin</artifactId>
34
        <artifactId>maven-compiler-plugin</artifactId>
35
        <version>2.3.2</version>
35
        <version>2.3.2</version>
36
        <configuration>
36
        <configuration>
37
          <debug>true</debug>
37
          <debug>true</debug>
38
          <optimize>true</optimize>
38
          <optimize>true</optimize>
39
          <source>1.7</source>
39
          <source>1.6</source>
40
          <target>1.7</target>
40
          <target>1.6</target>
41
        </configuration>
41
        </configuration>
42
      </plugin>
42
      </plugin>
43
    </plugins>
43
    </plugins>
44
  </build>
44
  </build>
45
 
45
 
Line 422... Line 422...
422
    <dependency>
422
    <dependency>
423
    	<groupId>ShipDEWebServiceClient</groupId>
423
    	<groupId>ShipDEWebServiceClient</groupId>
424
    	<artifactId>ShipDEWebServiceClient</artifactId>
424
    	<artifactId>ShipDEWebServiceClient</artifactId>
425
    	<version>1.0-SNAPSHOT</version>
425
    	<version>1.0-SNAPSHOT</version>
426
    </dependency>
426
    </dependency>
-
 
427
  	<dependency>
-
 
428
		<groupId>nz.net.osnz.common</groupId>
-
 
429
		<artifactId>common-pherialize</artifactId>
-
 
430
		<version>1.1</version>
-
 
431
	</dependency>
427
  </dependencies>
432
  </dependencies>
-
 
433
  
428
</project>
434
</project>