Skip to content

Commit

Permalink
servlet-api replaced by webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 5, 2014
1 parent a3b9d62 commit f18d434
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/resources/xinha/build.xml
@@ -1,3 +1,5 @@
<project name="Yanel-Xinha-RT">
<?xml version="1.0"?>

<project name="yanel-xml-resource" default="deploy-jar">
<import file="${yanel.source.home}/src/build/resource-types/resource-type.build.xml"/>
</project>
2 changes: 1 addition & 1 deletion src/resources/xinha/src/build/dependencies.xml
Expand Up @@ -21,7 +21,7 @@
<remoteRepository refid="wyona.remote.repository"/>
<dependency groupId="wyona-org-yanel" artifactId="yanel-core" version="${yanel.source.version}"/>
<dependency groupId="wyona-org-yanel" artifactId="yanel-impl" version="${yanel.source.version}"/>
<dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3"/>
<dependency groupId="wyona-org-yanel" artifactId="yanel-webapp" version="${yanel.source.version}"/>
</artifact:dependencies>

<artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
Expand Down

0 comments on commit f18d434

Please sign in to comment.