Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/helloworld/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by shinsuke, Sat Nov 11 01:02:53 2006 UTC revision 1.2 by shinsuke, Sat Nov 11 12:54:57 2006 UTC
# Line 153  Line 153 
153          </pluginRepository>          </pluginRepository>
154      </pluginRepositories>      </pluginRepositories>
155      <dependencies>      <dependencies>
156      <dependency>          <dependency>
157        <groupId>portlet-api</groupId>              <groupId>portlet-api</groupId>
158        <artifactId>portlet-api</artifactId>              <artifactId>portlet-api</artifactId>
159        <version>1.0</version>              <version>1.0</version>
160              <scope>provided</scope>              <scope>provided</scope>
161      </dependency>          </dependency>
162      <dependency>          <dependency>
163        <groupId>jstl</groupId>              <groupId>jstl</groupId>
164        <artifactId>jstl</artifactId>              <artifactId>jstl</artifactId>
165        <version>1.1.2</version>              <version>1.1.2</version>
166      </dependency>          </dependency>
167      <dependency>          <dependency>
168        <groupId>taglibs</groupId>              <groupId>taglibs</groupId>
169        <artifactId>standard</artifactId>              <artifactId>standard</artifactId>
170        <version>1.1.2</version>              <version>1.1.2</version>
171      </dependency>          </dependency>
172        
173      <dependency>          <dependency>
174        <groupId>commons-logging</groupId>              <groupId>commons-logging</groupId>
175        <artifactId>commons-logging</artifactId>              <artifactId>commons-logging</artifactId>
176        <version>1.0.4</version>              <version>1.0.4</version>
177      </dependency>          </dependency>
178    
179      </dependencies>      </dependencies>
180    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26