Subversion Repositories SmartDukaan

Rev

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

Rev 13308 Rev 13312
Line 143... Line 143...
143
    <dependency>
143
    <dependency>
144
    	<groupId>com.google.zxing</groupId>
144
    	<groupId>com.google.zxing</groupId>
145
    	<artifactId>core</artifactId>
145
    	<artifactId>core</artifactId>
146
    	<version>2.2</version>
146
    	<version>2.2</version>
147
    </dependency> -->
147
    </dependency> -->
148
    <dependency>
-
 
149
			<groupId>readonly.apache</groupId>
-
 
150
			<artifactId>commons-lang</artifactId>
-
 
151
			<version>2.4</version>
-
 
152
	</dependency>
-
 
153
  </dependencies>
148
  </dependencies>
154
 
149
 
155
  <build>
150
  <build>
156
    <!-- Generate compiled stuff in the folder used for developing mode -->
151
    <!-- Generate compiled stuff in the folder used for developing mode -->
157
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
152
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>