Changeset 1522
- Timestamp:
- 2010-05-05 13:34:13 (3 years ago)
- Location:
- trunk
- Files:
-
- 34 edited
-
core/kauri-json/pom.xml (modified) (1 diff)
-
core/kauri-restlet-util/pom.xml (modified) (1 diff)
-
core/kauri-runtime-rapi/pom.xml (modified) (1 diff)
-
core/kauri-runtime-testfw/pom.xml (modified) (1 diff)
-
core/kauri-runtime-tests/pom.xml (modified) (1 diff)
-
core/kauri-runtime/pom.xml (modified) (1 diff)
-
modules/kauri-dbresources/kauri-dbresources-impl/pom.xml (modified) (1 diff)
-
modules/kauri-locale-assignment/pom.xml (modified) (1 diff)
-
modules/kauri-representation/kauri-representationbuilder-api/pom.xml (modified) (1 diff)
-
modules/kauri-representation/kauri-representationbuilder-impl/pom.xml (modified) (1 diff)
-
modules/kauri-routing/kauri-routing-api/pom.xml (modified) (1 diff)
-
modules/kauri-routing/kauri-routing-impl/pom.xml (modified) (2 diffs)
-
modules/kauri-security/kauri-security-api/pom.xml (modified) (1 diff)
-
modules/kauri-security/kauri-security-auth-methods/pom.xml (modified) (1 diff)
-
modules/kauri-security/kauri-security-impl/pom.xml (modified) (1 diff)
-
modules/kauri-template/kauri-template-service-api/pom.xml (modified) (1 diff)
-
modules/kauri-template/kauri-template-service-impl/pom.xml (modified) (1 diff)
-
modules/kauri-tmprsrc/pom.xml (modified) (1 diff)
-
pom.xml (modified) (3 diffs)
-
samples/kauri-dbforms-sample/pom.xml (modified) (1 diff)
-
samples/kauri-dbresources-sample/pom.xml (modified) (1 diff)
-
samples/kauri-forms-sample/pom.xml (modified) (1 diff)
-
samples/kauri-i18n-sample/pom.xml (modified) (1 diff)
-
samples/kauri-representationbuilder-sample/pom.xml (modified) (1 diff)
-
samples/kauri-routing-sample/pom.xml (modified) (1 diff)
-
samples/kauri-runtime-sample/kauri-runtime-sample-module1/pom.xml (modified) (1 diff)
-
samples/kauri-runtime-sample/kauri-runtime-sample-module2/pom.xml (modified) (1 diff)
-
samples/kauri-security-sample/pom.xml (modified) (1 diff)
-
samples/kauri-template-sample/pom.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/module1/pom.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/module1/pom.xml (modified) (1 diff)
-
tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
-
tools/kauri-runtime-servlet/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/kauri-json/pom.xml
r1388 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/core/kauri-restlet-util/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/core/kauri-runtime-rapi/pom.xml
r1058 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/core/kauri-runtime-testfw/pom.xml
r1023 r1522 22 22 </dependency> 23 23 <dependency> 24 <groupId>org.restlet </groupId>24 <groupId>org.restlet.jse</groupId> 25 25 <artifactId>org.restlet</artifactId> 26 26 </dependency> -
trunk/core/kauri-runtime-tests/pom.xml
r1023 r1522 34 34 </dependency> 35 35 <dependency> 36 <groupId>org.restlet </groupId>36 <groupId>org.restlet.jse</groupId> 37 37 <artifactId>org.restlet</artifactId> 38 38 </dependency> -
trunk/core/kauri-runtime/pom.xml
r1386 r1522 67 67 </dependency> 68 68 <dependency> 69 <groupId>org.restlet </groupId>69 <groupId>org.restlet.jse</groupId> 70 70 <artifactId>org.restlet</artifactId> 71 71 </dependency> 72 72 <dependency> 73 <groupId>org.restlet </groupId>73 <groupId>org.restlet.jse</groupId> 74 74 <artifactId>org.restlet.ext.jetty</artifactId> 75 75 </dependency> -
trunk/modules/kauri-dbresources/kauri-dbresources-impl/pom.xml
r1327 r1522 14 14 <dependencies> 15 15 <dependency> 16 <groupId>org.restlet </groupId>16 <groupId>org.restlet.jse</groupId> 17 17 <artifactId>org.restlet</artifactId> 18 18 </dependency> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet.ext.json</artifactId> 22 22 </dependency> 23 23 <dependency> 24 <groupId>org.restlet </groupId>24 <groupId>org.restlet.jse</groupId> 25 25 <artifactId>org.restlet.ext.xml</artifactId> 26 26 </dependency> -
trunk/modules/kauri-locale-assignment/pom.xml
r1023 r1522 27 27 </dependency> 28 28 <dependency> 29 <groupId>org.restlet </groupId>29 <groupId>org.restlet.jse</groupId> 30 30 <artifactId>org.restlet</artifactId> 31 31 </dependency> -
trunk/modules/kauri-representation/kauri-representationbuilder-api/pom.xml
r1023 r1522 16 16 <dependencies> 17 17 <dependency> 18 <groupId>org.restlet </groupId>18 <groupId>org.restlet.jse</groupId> 19 19 <artifactId>org.restlet</artifactId> 20 20 </dependency> -
trunk/modules/kauri-representation/kauri-representationbuilder-impl/pom.xml
r1351 r1522 16 16 <dependencies> 17 17 <dependency> 18 <groupId>org.restlet </groupId>18 <groupId>org.restlet.jse</groupId> 19 19 <artifactId>org.restlet</artifactId> 20 20 </dependency> -
trunk/modules/kauri-routing/kauri-routing-api/pom.xml
r1023 r1522 15 15 <dependencies> 16 16 <dependency> 17 <groupId>org.restlet </groupId>17 <groupId>org.restlet.jse</groupId> 18 18 <artifactId>org.restlet</artifactId> 19 19 </dependency> -
trunk/modules/kauri-routing/kauri-routing-impl/pom.xml
r1023 r1522 16 16 <dependencies> 17 17 <dependency> 18 <groupId>org.restlet </groupId>18 <groupId>org.restlet.jse</groupId> 19 19 <artifactId>org.restlet</artifactId> 20 20 </dependency> … … 55 55 </dependency> 56 56 <dependency> 57 <groupId>org.restlet </groupId>57 <groupId>org.restlet.jse</groupId> 58 58 <artifactId>org.restlet.ext.jaxrs</artifactId> 59 59 <exclusions> -
trunk/modules/kauri-security/kauri-security-api/pom.xml
r1077 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/modules/kauri-security/kauri-security-auth-methods/pom.xml
r1138 r1522 31 31 <groupId>org.kauriproject</groupId> 32 32 <artifactId>kauri-representationbuilder-api</artifactId> 33 </dependency> 34 <dependency> 35 <groupId>org.restlet.jse</groupId> 36 <artifactId>org.restlet.ext.crypto</artifactId> 33 37 </dependency> 34 38 <dependency> -
trunk/modules/kauri-security/kauri-security-impl/pom.xml
r1138 r1522 30 30 <artifactId>kauri-restlet-util</artifactId> 31 31 </dependency> 32 <dependency> 33 <groupId>org.restlet.jse</groupId> 34 <artifactId>org.restlet.ext.crypto</artifactId> 35 </dependency> 32 36 <dependency> 33 37 <groupId>commons-logging</groupId> -
trunk/modules/kauri-template/kauri-template-service-api/pom.xml
r1023 r1522 15 15 <dependencies> 16 16 <dependency> 17 <groupId>org.restlet </groupId>17 <groupId>org.restlet.jse</groupId> 18 18 <artifactId>org.restlet</artifactId> 19 19 </dependency> -
trunk/modules/kauri-template/kauri-template-service-impl/pom.xml
r1108 r1522 39 39 </dependency> 40 40 <dependency> 41 <groupId>org.restlet </groupId>41 <groupId>org.restlet.jse</groupId> 42 42 <artifactId>org.restlet</artifactId> 43 43 </dependency> -
trunk/modules/kauri-tmprsrc/pom.xml
r1389 r1522 29 29 </dependency> 30 30 <dependency> 31 <groupId>org.restlet </groupId>31 <groupId>org.restlet.jse</groupId> 32 32 <artifactId>org.restlet</artifactId> 33 33 </dependency> 34 34 <dependency> 35 <groupId>org.restlet </groupId>35 <groupId>org.restlet.jse</groupId> 36 36 <artifactId>org.restlet.ext.fileupload</artifactId> 37 37 </dependency> 38 38 <dependency> 39 <groupId>org.restlet </groupId>39 <groupId>org.restlet.jse</groupId> 40 40 <artifactId>org.restlet.ext.jetty</artifactId> 41 41 </dependency> -
trunk/pom.xml
r1514 r1522 8 8 <version.springframework>2.5.6</version.springframework> 9 9 <version.springsecurity>2.0.3</version.springsecurity> 10 <version.restlet>svn 5141</version.restlet>10 <version.restlet>svn6565</version.restlet> 11 11 <version.slf4j>1.5.2</version.slf4j> 12 12 <version.jaxrs>1.0</version.jaxrs> … … 551 551 <groupId>javax.servlet</groupId> 552 552 <artifactId>servlet-api</artifactId> 553 <scope>provided</scope>554 553 <version>2.5</version> 555 554 </dependency> … … 685 684 </dependency> 686 685 <dependency> 687 <groupId>org.restlet </groupId>686 <groupId>org.restlet.jse</groupId> 688 687 <artifactId>org.restlet</artifactId> 689 688 <version>${version.restlet}</version> 690 689 </dependency> 691 <dependency> 692 <groupId>org.restlet</groupId> 690 <dependency> 691 <groupId>org.restlet.jse</groupId> 692 <artifactId>org.restlet.ext.crypto</artifactId> 693 <version>${version.restlet}</version> 694 </dependency> 695 <dependency> 696 <groupId>org.restlet.jse</groupId> 693 697 <artifactId>org.restlet.ext.jetty</artifactId> 694 698 <version>${version.restlet}</version> 695 699 </dependency> 696 700 <dependency> 697 <groupId>org.restlet </groupId>701 <groupId>org.restlet.jse</groupId> 698 702 <artifactId>org.restlet.ext.oauth</artifactId> 699 703 <version>${version.restlet}</version> 700 704 </dependency> 701 705 <dependency> 702 <groupId>org.restlet </groupId>706 <groupId>org.restlet.jse</groupId> 703 707 <artifactId>org.restlet.ext.fileupload</artifactId> 704 708 <version>${version.restlet}</version> 705 709 </dependency> 706 710 <dependency> 707 <groupId>org.restlet </groupId>711 <groupId>org.restlet.jse</groupId> 708 712 <artifactId>org.restlet.ext.jaxrs</artifactId> 709 713 <version>${version.restlet}</version> 710 714 </dependency> 711 715 <dependency> 712 <groupId>org.restlet </groupId>716 <groupId>org.restlet.jse</groupId> 713 717 <artifactId>org.restlet.ext.json</artifactId> 714 718 <version>${version.restlet}</version> 715 719 </dependency> 716 720 <dependency> 717 <groupId>org.restlet </groupId>721 <groupId>org.restlet.jse</groupId> 718 722 <artifactId>org.restlet.ext.xml</artifactId> 719 723 <version>${version.restlet}</version> -
trunk/samples/kauri-dbforms-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> 23 23 <dependency> 24 <groupId>org.restlet </groupId>24 <groupId>org.restlet.jse</groupId> 25 25 <artifactId>org.restlet.ext.json</artifactId> 26 26 </dependency> -
trunk/samples/kauri-dbresources-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-forms-sample/pom.xml
r1494 r1522 38 38 </dependency> 39 39 <dependency> 40 <groupId>org.restlet </groupId>40 <groupId>org.restlet.jse</groupId> 41 41 <artifactId>org.restlet</artifactId> 42 42 </dependency> -
trunk/samples/kauri-i18n-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-representationbuilder-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-routing-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module1/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-runtime-sample/kauri-runtime-sample-module2/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-security-sample/pom.xml
r1138 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/samples/kauri-template-sample/pom.xml
r1023 r1522 18 18 <dependencies> 19 19 <dependency> 20 <groupId>org.restlet </groupId>20 <groupId>org.restlet.jse</groupId> 21 21 <artifactId>org.restlet</artifactId> 22 22 </dependency> -
trunk/tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/module1/pom.xml
r469 r1522 21 21 <dependencies> 22 22 <dependency> 23 <groupId>org.restlet </groupId>23 <groupId>org.restlet.jse</groupId> 24 24 <artifactId>org.restlet</artifactId> 25 25 </dependency> -
trunk/tools/kauri-archetype/kauri-archetype-basic/src/main/resources/archetype-resources/pom.xml
r1339 r1522 62 62 <dependencies> 63 63 <dependency> 64 <groupId>org.restlet </groupId>64 <groupId>org.restlet.jse</groupId> 65 65 <artifactId>org.restlet</artifactId> 66 66 <version>${version.restlet}</version> -
trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/module1/pom.xml
r990 r1522 19 19 <dependencies> 20 20 <dependency> 21 <groupId>org.restlet </groupId>21 <groupId>org.restlet.jse</groupId> 22 22 <artifactId>org.restlet</artifactId> 23 23 </dependency> -
trunk/tools/kauri-archetype/kauri-archetype-prototyping/src/main/resources/archetype-resources/pom.xml
r1339 r1522 62 62 <dependencies> 63 63 <dependency> 64 <groupId>org.restlet </groupId>64 <groupId>org.restlet.jse</groupId> 65 65 <artifactId>org.restlet</artifactId> 66 66 <version>${version.restlet}</version> -
trunk/tools/kauri-runtime-servlet/pom.xml
r1090 r1522 25 25 <artifactId>servlet-api</artifactId> 26 26 </dependency> 27 <!-- TODO: upgrade ? --> 27 28 <dependency> 28 29 <groupId>org.restlet</groupId> 29 30 <artifactId>org.restlet.ext.servlet</artifactId> 30 <version> ${version.restlet}</version>31 <version>svn5141</version> 31 32 </dependency> 32 33 </dependencies>
Note: See TracChangeset
for help on using the changeset viewer.