Subversion Repositories SmartDukaan

Rev

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

Rev 8068 Rev 13308
Line 133... Line 133...
133
    <dependency>
133
    <dependency>
134
    	<groupId>net.sf.barcode4j</groupId>
134
    	<groupId>net.sf.barcode4j</groupId>
135
    	<artifactId>barcode4j</artifactId>
135
    	<artifactId>barcode4j</artifactId>
136
    	<version>2.1</version>
136
    	<version>2.1</version>
137
    </dependency>
137
    </dependency>
-
 
138
    <!--<dependency>
-
 
139
      	<groupId>net.sf.opencsv</groupId>
-
 
140
		<artifactId>opencsv</artifactId>
-
 
141
		<version>2.3</version>
-
 
142
      </dependency>
-
 
143
    <dependency>
-
 
144
    	<groupId>com.google.zxing</groupId>
-
 
145
    	<artifactId>core</artifactId>
-
 
146
    	<version>2.2</version>
-
 
147
    </dependency> -->
-
 
148
    <dependency>
-
 
149
			<groupId>readonly.apache</groupId>
-
 
150
			<artifactId>commons-lang</artifactId>
-
 
151
			<version>2.4</version>
-
 
152
	</dependency>
138
  </dependencies>
153
  </dependencies>
139
 
154
 
140
  <build>
155
  <build>
141
    <!-- Generate compiled stuff in the folder used for developing mode -->
156
    <!-- Generate compiled stuff in the folder used for developing mode -->
142
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
157
    <outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>