Browse CVS Repository
Diff of /pal/helloworld/pom.xml
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|